Changeset 9985 for trunk/include/odin.h


Ignore:
Timestamp:
Apr 7, 2003, 8:40:07 PM (22 years ago)
Author:
sandervl
Message:

PF: header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odin.h

    r9735 r9985  
    7373/* ---------- GCC/EMX ---------- */
    7474#ifdef __GNUC__
    75   #if defined(__GNUC__) && (__GNUC__ <= 2) && (__GNUC_MINOR__ < 7)
    76     #error You need gcc >= 2.7 to build Odin32
     75  #if defined(__GNUC__) && (__GNUC__ <= 3) && (__GNUC_MINOR__ < 2)
     76    #error You need gcc >= 3.2 to build Odin32
    7777  #endif
    7878  #if !defined(__stdcall__)             /* this is also defined in windef.h if !defined(WIN32OS2) */
     
    8484  #define WIN32API  __stdcall
    8585  #define WINAPI    __stdcall
    86   #define SYSTEM   
     86  #define SYSTEM    CDECL
    8787  #define PASCAL    __stdcall
    8888  #define INLINE    __inline__
     
    9090  #define NONAMELESSUNION
    9191  #define NONAMELESSSTRUCT
     92  #undef  APIENTRY
     93  #define APIENTRY  CDECL
     94
    9295#else
    9396
Note: See TracChangeset for help on using the changeset viewer.