home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: Alpha / Whiteline Alpha.iso / progtool / c / gemforce / gfexport.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-22  |  156 b   |  12 lines

  1. /* EXPORT.H zu GEM-Force */
  2.  
  3. #ifndef __EXPORT__
  4. #define __EXPORT__
  5.  
  6. #ifdef GLOBAL
  7. #undef GLOBAL
  8. #endif
  9.  
  10. # define GLOBAL
  11.  
  12. #endif /* __EXPORT __ */