Last change
on this file since 18 was 18, checked in by bird, 22 years ago |
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
File size:
428 bytes
|
Line | |
---|
1 | /* os2.h (emx+gcc) */
|
---|
2 |
|
---|
3 | #ifndef _OS2_H
|
---|
4 | #define _OS2_H
|
---|
5 |
|
---|
6 | #if defined (__cplusplus)
|
---|
7 | extern "C" {
|
---|
8 | #endif
|
---|
9 |
|
---|
10 | #define _Cdecl
|
---|
11 | #define _Far16
|
---|
12 | #define _Optlink
|
---|
13 | #define _Pascal
|
---|
14 | #define _Seg16
|
---|
15 | #define _System
|
---|
16 |
|
---|
17 | #if defined (USE_OS2_TOOLKIT_HEADERS)
|
---|
18 | #include <os2tk.h>
|
---|
19 | #else
|
---|
20 | #include <os2emx.h> /* <-- change this line to use Toolkit headers */
|
---|
21 | #endif
|
---|
22 | #include <os2thunk.h>
|
---|
23 |
|
---|
24 | #if defined (__cplusplus)
|
---|
25 | }
|
---|
26 | #endif
|
---|
27 |
|
---|
28 | #endif /* not _OS2_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.