From a011fbf1c273e8550c8a5a548e886805bf365233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Mon, 27 Aug 2007 14:56:14 +0000 Subject: [PATCH] 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 --- reactos/include/reactos/typedefs_host.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/include/reactos/typedefs_host.h b/reactos/include/reactos/typedefs_host.h index 384787b27ef..11504342472 100644 --- a/reactos/include/reactos/typedefs_host.h +++ b/reactos/include/reactos/typedefs_host.h @@ -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