home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1015.lha / Programs / SnoopDos / Source.lha / Source / system.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-01  |  280 b   |  9 lines

  1. /*
  2.  *        Dummy to include SYSTEM.H for precompiling headers
  3.  *
  4.  *        We need to do it like this because SYSTEM.H does some #define's
  5.  *        which won't take affect if we compile a GST from it directly
  6.  *        (GST's only apply to #included files, not the main file.)
  7.  */
  8. #include "system.h"
  9.