home *** CD-ROM | disk | FTP | other *** search
- /* wfc_comp.h -- include file for compiler definition
-
- ************* Copyright 1985 by Vermont Creative Software **************
-
- COMMENT
-
- This include file will define the operating system and compiler
- being used. The following compilers are supported under MSDOS:
-
- LATTICE - Lattice and Microsoft V2.x
- CI - Computer Innovations
- MW - Mark Williams Corp
- MS - Microsoft V3.x
- AZTEC - Manx Aztec
- DESMET - Desmet
-
- One and only one compiler must be defined.
-
- */
-
- #ifndef MSDOS
- #define MSDOS 1 /*Operating System */
- #endif
-
- #ifndef MS
- #define MS 1 /*Microsoft */
- #endif
- #define MS_4 1 /*Microsoft v3.0 */
-
- #define PRINTER "PRN:" /*definition for printer */