home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enigma Amiga Life 109
/
EnigmaAmiga109CD.iso
/
software
/
sviluppo
/
snoopdos_source
/
system.c
< prev
next >
Wrap
C/C++ Source or Header
|
1994-02-28
|
280b
|
9 lines
/*
* Dummy to include SYSTEM.H for precompiling headers
*
* We need to do it like this because SYSTEM.H does some #define's
* which won't take affect if we compile a GST from it directly
* (GST's only apply to #included files, not the main file.)
*/
#include "system.h"