From e7171fce5a48388fcde96ccddb53d2d75819e160 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Wed, 15 Jun 2011 22:48:49 +0000 Subject: [PATCH] [RICHED20] * Fix msvc build. svn path=/trunk/; revision=52266 --- reactos/include/reactos/wine/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/include/reactos/wine/config.h b/reactos/include/reactos/wine/config.h index fb5f73814bb..5486c449af8 100644 --- a/reactos/include/reactos/wine/config.h +++ b/reactos/include/reactos/wine/config.h @@ -1039,7 +1039,9 @@ /* Define to a macro to generate an assembly function with stdcall calling convention */ +#ifndef _MSC_VER #define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code) +#endif /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */