meta, C++


#ifndef __precomp_H__

#define __precomp_H__

#define predeclare  class

/*  R e m e m b e r :

       No method of a class - even not a private one - is allowed to return a

       pointer or a reference to a value of some type  l o c a l  to this class.

       Compiler messages however do not make clear this (they are confusing in

       this case).

   */

#include compiler.h

#ifdef   MICROSOFT

#define __NOT_32_BIT__

#endif

#ifdef   BORLAND

#undef   __WINDOWS__

#undef   __QUICK_WIN__

#endif

#ifdef   GNU

#undef   __WINDOWS__

#undef   __QUICK_WIN__

#define find_t               ffblk

#define _dos_findfirst        findfirst

#define _dos_findnext         findnext 

#include limits.h

#endif

#ifdef   DOS

#undef   __WINDOWS__

#undef   __QUICK_WIN__

#endif

#ifdef __QUICK_WIN__

#undef   __WINDOWS__

#define __WIN_OR_QUICK_WIN__

#endif

#ifdef __WINDOWS__

#undef   __QUICK_WIN__

#undef   __DOS_OR_QUICK_WIN__

#define __WIN_OR_QUICK_WIN__

#endif

#ifdef   __OPTIMIZED__

#undef   __MAXIMAL_TRACE__

#endif

#ifdef   __PROJECT_EXPORTING__

#include ot.h

#include st.h

#include mt.h

#endif

#include trace.h

#include obsolete.h

#include basis.h

#include en.h

#endif // precomp.h

top . is_inc_for . C++
Include-structure of
todir / precomp.h

.   basis.h
.   .   compiler.h
.   .   dmlerr.h
.   en.h
.   .   en_lec.h
.   limits.h
.   mt.h
.   obsolete.h
.   ot.h
.   st.h
.   trace.h

11 include files
top . is_inc_for . C++