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:
Hervé Poussineau 2007-08-27 14:56:14 +00:00
parent 7cd48df5b6
commit a011fbf1c2

View file

@ -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