adjust for WINE

svn path=/trunk/; revision=9073
This commit is contained in:
Martin Fuchs 2004-04-10 14:15:54 +00:00
parent fe26854c52
commit 35290117a3

View file

@ -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