Ignore:
Timestamp:
Nov 14, 2011, 8:13:20 PM (14 years ago)
Author:
dmik
Message:

Define USE_OS2_TOOLKIT_HEADERS.

This is necessary since some APIs used by Odin are missing from the somewhat
restricted version of the OS/2 Toolkit that comes with GCC.

Location:
branches/gcc-kmk/tools/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/tools/common/kError.cpp

    r21759 r21804  
    1616*   Header Files                                                               *
    1717*******************************************************************************/
    18 #ifdef __EMX__
     18#if defined (__EMX__) && !defined (USE_OS2_TOOLKIT_HEADERS)
    1919#define __OS2DEF__
    20 #define OS2EMX_PLAIN_CHAR
    2120#endif
    2221#include <os2.h>
  • branches/gcc-kmk/tools/common/kFile.cpp

    r21759 r21804  
    1919*   Header Files                                                               *
    2020*******************************************************************************/
    21 #ifdef __EMX__
     21#if defined (__EMX__) && !defined (USE_OS2_TOOLKIT_HEADERS)
    2222#define __OS2DEF__
    23 #define OS2EMX_PLAIN_CHAR
    2423#endif
    2524#include <os2.h>
Note: See TracChangeset for help on using the changeset viewer.