From 35290117a39d6624c67410a6bf22e60c00fd8032 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Sat, 10 Apr 2004 14:15:54 +0000 Subject: [PATCH] adjust for WINE svn path=/trunk/; revision=9073 --- reactos/subsys/system/explorer/utility/expat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/subsys/system/explorer/utility/expat.h b/reactos/subsys/system/explorer/utility/expat.h index d6e06d1694d..b34f94ea8dd 100644 --- a/reactos/subsys/system/explorer/utility/expat.h +++ b/reactos/subsys/system/explorer/utility/expat.h @@ -46,7 +46,8 @@ #if defined(XML_USE_MSC_EXTENSIONS) #define XMLCALL __cdecl #elif defined(__GNUC__) && defined(__i386) -#define XMLCALL __attribute__((cdecl)) +//MF#define XMLCALL __attribute__((cdecl)) +#define XMLCALL//MF #else /* For any platform which uses this definition and supports more than one calling convention, we need to extend this definition to