home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Supremacy 1
/
Supremacy-1.iso
/
UTILS
/
S-T
/
STING.ZIP
/
STING
/
DEV-KIT
/
HEADER
/
PORTAB.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-05-03
|
305b
|
19 lines
/*
* Header file for making the STinG header files work
* with various compilers.
*
* Just #include "portab.h" before #include'ing the
* other header files ...
*
*/
#ifndef __PUREC__
#ifdef LATTICE
#define cdecl __stdargs
#else
#define cdecl
#endif
#endif