Author: hpoussin
Date: Mon Aug 27 18:56:14 2007
New Revision: 28602
URL:
http://svn.reactos.org/svn/reactos?rev=28602&view=rev
Log:
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
Modified:
trunk/reactos/include/reactos/typedefs_host.h
Modified: trunk/reactos/include/reactos/typedefs_host.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/typedefs_h…
==============================================================================
--- trunk/reactos/include/reactos/typedefs_host.h (original)
+++ trunk/reactos/include/reactos/typedefs_host.h Mon Aug 27 18:56:14 2007
@@ -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