home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / unix / emx / include / os2.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-18  |  398 b   |  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.