home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / icon / dos / src / config / msdos / microsft / define.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-01-18  |  699 b   |  33 lines

  1. #undef MSDOS
  2. #define MSDOS 1
  3.  
  4. #define DosFncs
  5. #define KeyboardFncs
  6. #define NoLargeInts
  7. #define SystemFnc
  8.  
  9. #undef MICROSOFT
  10. #define MICROSOFT 1
  11.  
  12. #define FixedRegions
  13. #define Standard
  14.  
  15. #ifdef DosFncs
  16. #define HostStr "MS-DOS (FR + MS-DOS functions) ex Microsoft C Version 6.0"
  17. #else                    /* DosFncs */
  18. #define HostStr "MS-DOS (FR) ex Microsoft C Version 6.0"
  19. #endif                    /* DosFncs */
  20.  
  21. /*
  22.  * The following definitions are common to all C compilers (to date).
  23.  */
  24.  
  25. #define IntBits 16
  26. #define Precision 8
  27. #define IcodeSuffix ".icx"
  28. #define IcodeASuffix ".ICX"
  29. #define index strchr
  30. #define rindex strrchr
  31. #define unlink remove
  32. #define DiffPtrs(p1,p2) ((word)(p1)-(word)(p2))
  33.