mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
Define NTAPI and WINAPI to nothing, because host tools can use the default calling convention.
This change is correct because we are *not* linking host tools with Windows/ReactOS libraries svn path=/trunk/; revision=28602
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
#define DPRINT if (0) printf
|
||||
#define DPRINT1 printf
|
||||
|
||||
#define NTAPI __stdcall
|
||||
#define WINAPI __stdcall
|
||||
#define NTAPI
|
||||
#define WINAPI
|
||||
|
||||
#define IN
|
||||
#define OUT
|
||||
|
||||
Reference in New Issue
Block a user