Changeset 21712
- Timestamp:
 - Oct 18, 2011, 8:13:36 PM (14 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/gcc-kmk/include/os2wrap.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/gcc-kmk/include/os2wrap.h
r21709 r21712 11 11 #include <os2newapi.h> 12 12 13 #if defined(__EMX__) 13 #if defined(__EMX__) && !defined(USE_OS2_TOOLKIT_HEADERS) 14 14 15 // be compatible with the toolkit 15 16 #define OS2_INCLUDED 16 17 #define __OS2_H__ 17 #endif 18 19 // add missing declarations 20 typedef unsigned short APIRET16; 21 #define APIENTRY16 _Far16 _Pascal 22 23 #endif // defined(__EMX__) && !defined(USE_OS2_TOOLKIT_HEADERS) 18 24 19 25 // VAC: inline is a C++ keyword, must be translated to _Inline in C code  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  