Author: akhaldi Date: Wed Jun 15 22:48:49 2011 New Revision: 52266
URL: http://svn.reactos.org/svn/reactos?rev=52266&view=rev Log: [RICHED20] * Fix msvc build.
Modified: trunk/reactos/include/reactos/wine/config.h
Modified: trunk/reactos/include/reactos/wine/config.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/wine/config... ============================================================================== --- trunk/reactos/include/reactos/wine/config.h [iso-8859-1] (original) +++ trunk/reactos/include/reactos/wine/config.h [iso-8859-1] Wed Jun 15 22:48:49 2011 @@ -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 */