Changeset 21597 for trunk/include/os2mewrap.h
- Timestamp:
- Mar 23, 2011, 5:48:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/os2mewrap.h
r2244 r21597 10 10 #include <os2me.h> 11 11 12 #if (__IBMC__ > 300) 13 // VA3.6: inline is a C++ keyword, must be translated to _inline or _Inline or __inline in C code 14 #define inline _inline 12 // VAC: inline is a C++ keyword, must be translated to _Inline in C code 13 #if (defined(__IBMCPP__) || defined(__IBMC__)) 14 #ifndef __cplusplus 15 #define inline _Inline 15 16 #endif 16 17 #endif 17 18 18 19 #ifdef INCL_MCIOS2
Note:
See TracChangeset
for help on using the changeset viewer.