home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / MSINC.PAK / MSFS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-06  |  128 b   |  6 lines

  1. #ifdef __FLAT__
  2.   #include <win32\msfs.h>
  3. #else
  4.   #error msfs.h can only be used in a Win32 Application
  5. #endif // __FLAT__
  6.