home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / e / emxdev8f.zip / OS2.H < prev    next >
C/C++ Source or Header  |  1992-11-18  |  398b  |  26 lines

  1. /* os2.h (emx+gcc) */
  2.  
  3. #if !defined (_OS2_H)
  4.  
  5. #if defined (__cplusplus)
  6. extern "C" {
  7. #endif
  8.  
  9. #define _OS2_H
  10.  
  11. #define _Cdecl
  12. #define _Far16
  13. #define _Optlink
  14. #define _Pascal
  15. #define _Seg16
  16. #define _System
  17.  
  18. #include <os2emx.h>          /* <-- change this line to use Toolkit headers */
  19. #include <os2thunk.h>
  20.  
  21. #if defined (__cplusplus)
  22. }
  23. #endif
  24.  
  25. #endif /* !defined (_OS2_H) */
  26.