home *** CD-ROM | disk | FTP | other *** search
- /* os2.h (emx+gcc) */
-
- #if !defined (_OS2_H)
-
- #if defined (__cplusplus)
- extern "C" {
- #endif
-
- #define _OS2_H
-
- #define _Cdecl
- #define _Far16
- #define _Optlink
- #define _Pascal
- #define _Seg16
- #define _System
-
- #include <os2emx.h> /* <-- change this line to use Toolkit headers */
- #include <os2thunk.h>
-
- #if defined (__cplusplus)
- }
- #endif
-
- #endif /* !defined (_OS2_H) */
-