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