Changeset 21804 for branches/gcc-kmk/tools
- Timestamp:
- Nov 14, 2011, 8:13:20 PM (14 years ago)
- Location:
- branches/gcc-kmk/tools/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/tools/common/kError.cpp
r21759 r21804 16 16 * Header Files * 17 17 *******************************************************************************/ 18 #if def __EMX__18 #if defined (__EMX__) && !defined (USE_OS2_TOOLKIT_HEADERS) 19 19 #define __OS2DEF__ 20 #define OS2EMX_PLAIN_CHAR21 20 #endif 22 21 #include <os2.h> -
branches/gcc-kmk/tools/common/kFile.cpp
r21759 r21804 19 19 * Header Files * 20 20 *******************************************************************************/ 21 #if def __EMX__21 #if defined (__EMX__) && !defined (USE_OS2_TOOLKIT_HEADERS) 22 22 #define __OS2DEF__ 23 #define OS2EMX_PLAIN_CHAR24 23 #endif 25 24 #include <os2.h>
Note:
See TracChangeset
for help on using the changeset viewer.