Changeset 21723 for branches/gcc-kmk/include/os2wrap.h
- Timestamp:
- Oct 19, 2011, 10:36:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/include/os2wrap.h
r21715 r21723 4 4 5 5 #ifdef __EMX__ 6 6 7 #define OS2EMX_PLAIN_CHAR 7 #endif 8 9 #include <os2.h> 10 #include <os2sel.h> 11 #include <os2newapi.h> 12 13 #if defined(__EMX__) && !defined(USE_OS2_TOOLKIT_HEADERS) 8 9 #ifndef USE_OS2_TOOLKIT_HEADERS 14 10 15 11 // be compatible with the toolkit … … 23 19 #define _LNK_CONV _Optlink 24 20 25 #endif // defined(__EMX__) && !defined(USE_OS2_TOOLKIT_HEADERS) 21 #define INCL_LONGLONG_STRUCTS 22 23 #endif // ifndef USE_OS2_TOOLKIT_HEADERS 24 25 #endif // ifdef __EMX__ 26 27 #include <os2.h> 28 #include <os2sel.h> 29 #include <os2newapi.h> 26 30 27 31 // VAC: inline is a C++ keyword, must be translated to _Inline in C code
Note:
See TracChangeset
for help on using the changeset viewer.