home *** CD-ROM | disk | FTP | other *** search
- /* (c) R&D Associates 1992-1997.
- All Rights Reserved.
-
- For BorlandC++ 3.1. (C++).
-
- Build cbcpp31.clb using:
-
- clint cbcpp31.cpp -L+cbcpp31.clb -I. %1 %2 %3 -3- -KB1 -Ab0 -An0 -Ah0 -Ai0
-
- */
-
- /* Force correct stuff even if the wrong compiler is specified. */
-
- #undef __TURBOC__
- #undef __BORLANDC__
- #undef __SC__
- #undef __ZTC__
- #undef zpage
- #undef no_init
- #undef monitor
- #undef non_banked
- #undef _handle
- #undef selector
- #undef _SIZEOF_INT
- #undef _SIZEOF_LONG
- #undef __TID__
- #undef MSC_VER
- #undef WIN32_LEAN_AND_MEAN
- #undef __FLAT__
- #undef __WIN32__
- #undef _WIN32
- #undef M_I86
- #undef _M_IX86
- #undef __declspec
- #undef __inline
- #undef __int64
- #undef __unaligned
-
- #define __TURBOC__ 0x310
- #define __BORLANDC__ 0x310
-
- #pragma lint -w-tni
- #pragma lint -w-tns
- #pragma lint -w-rtm
-
-
- // This must be out of order to get definitions needed later. Don't you just
- // hate headers that don't include the definitions they need themselves? You'd
- // think the ANSI commitee had never specified how headers should be written.
- #include "windows.h"
-
- #include "stdlib.h"
- #include "alloc.h"
- #include "assert.h"
- #include "bcd.h"
- #include "bios.h"
- #include "bwcc.h"
- #include "cderr.h"
- #include "colordlg.h"
- #include "commdlg.h"
- #include "complex.h"
- #include "conio.h"
- #include "constrea.h"
- #include "cpl.h"
- #include "ctype.h"
- #include "custcntl.h"
- #include "dde.h"
- #include "ddeml.h"
- #include "dir.h"
- #include "direct.h"
- #include "dirent.h"
- #include "dlgs.h"
- #include "dos.h"
- #include "drivinit.h"
- #include "errno.h"
- #include "fcntl.h"
- #include "float.h"
- #include "fstream.h"
- #include "generic.h"
- #include "graphics.h"
- #include "io.h"
- #include "iomanip.h"
- #include "iostream.h"
- #include "limits.h"
- #include "locale.h"
- #include "locking.h"
- #include "lzexpand.h"
- #include "malloc.h"
- #include "math.h"
- #include "mem.h"
- //#include "memory.h"
- #include "mmsystem.h"
- #include "new.h"
- #include "ole.h"
- #include "penwin.h"
- #include "penwoem.h"
- #include "print.h"
- #include "process.h"
- #include "search.h"
- #include "setjmp.h"
- #include "share.h"
- #include "shellapi.h"
- #include "signal.h"
- #include "stat.h"
- #include "stdarg.h"
- #include "stddef.h"
- #include "stdio.h"
- #include "stdiostr.h"
- #include "stress.h"
- #include "string.h"
- #include "strstrea.h"
- #include "time.h"
- #include "timeb.h"
- #include "toolhelp.h"
- #include "types.h"
- #include "utime.h"
- #include "values.h"
- #include "ver.h"
- #include "wfext.h"
- #include "windowsx.h"
-
- #include "sys/locking.h"
- #include "sys/stat.h"
- #include "sys/timeb.h"
- #include "sys/types.h"
-
- /* End of file. */
-