Changeset 21804 for branches/gcc-kmk/src/kernel32/conbuffervio.cpp
- Timestamp:
- Nov 14, 2011, 8:13:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/kernel32/conbuffervio.cpp
r10010 r21804 53 53 * Includes * 54 54 *****************************************************************************/ 55 56 // Vio/Kbd/Mou declarations conflict in GCC and in real OS2TK headers; 57 // force GCC declarations since we link against GCC libs 58 #if defined (__EMX__) && defined (USE_OS2_TOOLKIT_HEADERS) 59 #undef USE_OS2_TOOLKIT_HEADERS 60 #endif 55 61 56 62 #define INCL_WIN
Note:
See TracChangeset
for help on using the changeset viewer.