Ignore:
Timestamp:
Oct 19, 2011, 10:36:15 PM (14 years ago)
Author:
dmik
Message:

os2warp.h: Define INCL_LONGLONG_STRUCTS under GCC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/include/os2wrap.h

    r21715 r21723  
    44
    55#ifdef __EMX__
     6
    67#define OS2EMX_PLAIN_CHAR
    7 #endif
    8 
    9 #include <os2.h>
    10 #include <os2sel.h>
    11 #include <os2newapi.h>
    12 
    13 #if defined(__EMX__) && !defined(USE_OS2_TOOLKIT_HEADERS)
     8
     9#ifndef USE_OS2_TOOLKIT_HEADERS
    1410
    1511// be compatible with the toolkit
     
    2319#define _LNK_CONV _Optlink
    2420
    25 #endif // defined(__EMX__) && !defined(USE_OS2_TOOLKIT_HEADERS)
     21#define INCL_LONGLONG_STRUCTS
     22
     23#endif // ifndef USE_OS2_TOOLKIT_HEADERS
     24
     25#endif // ifdef __EMX__
     26
     27#include <os2.h>
     28#include <os2sel.h>
     29#include <os2newapi.h>
    2630
    2731// VAC: inline is a C++ keyword, must be translated to _Inline in C code
Note: See TracChangeset for help on using the changeset viewer.