mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:15:58 +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:
parent
7cd48df5b6
commit
a011fbf1c2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue