Changeset 21584 for trunk/include/odin.h


Ignore:
Timestamp:
Mar 2, 2011, 7:50:00 PM (15 years ago)
Author:
dmik
Message:

Removed OS/2-style APIENTRY definition from odin.h as it conflicts with the Win32-style definition in windef.h and would provide a wrong calling convention for those Win32 APIs that use APIENTRY instead of WINAPI in declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odin.h

    r21523 r21584  
    9393  #ifdef __INNOTEK_LIBC__
    9494  #define SYSTEM    _System
    95   #define APIENTRY  _System
    9695  #else
    9796  #define SYSTEM    CDECL
    98   #undef  APIENTRY
    99   #define APIENTRY  CDECL
    10097  #endif
    10198
Note: See TracChangeset for help on using the changeset viewer.