Changeset 21584 for trunk/src


Ignore:
Timestamp:
Mar 2, 2011, 7:50:00 PM (14 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/src/NTDLL/initntdll.c

    r10041 r21584  
    2323
    2424/* Include files */
    25 #include <windows.h>
     25#include <os2.h>    //Odin32 OS/2 api wrappers
    2626#include <win32type.h>
    2727#include <stdlib.h>
Note: See TracChangeset for help on using the changeset viewer.