home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
Libraries
/
CW GUSI 1.6.4
/
Examples
/
GUSITest.pch
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-01-19
|
242 b
|
13 lines
|
[
TEXT/CWIE
]
/*
* Support for automatically naming the precompiled header file ...
*/
#ifdef powerc
#pragma precompile_target "GUSITestHeadersPPC"
#else
#pragma precompile_target "GUSITestHeaders68K"
#endif
#include <GUSI.h>
#include "GUSITest.h"