mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
adjust for WINE
svn path=/trunk/; revision=9073
This commit is contained in:
parent
fe26854c52
commit
35290117a3
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue