home *** CD-ROM | disk | FTP | other *** search
- /* (c) R&D Associates 1992-1997.
- All Rights Reserved.
-
- For Intel C86.
-
- Build cic86 using:
-
- clint cic86.c -L+cic86.clb -3 -Kb1 -I. %1 %2 %3 -3 -KB0 -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 selector _selector
-
- //#include "i86.h"
- //#include "i186.h"
- //#include "i286.h"
- #include "i386.h"
- #include "rmxc.h"
- //#include "udi.h"
-
- /* End of file. */
-