mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:26:02 +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)
|
#if defined(XML_USE_MSC_EXTENSIONS)
|
||||||
#define XMLCALL __cdecl
|
#define XMLCALL __cdecl
|
||||||
#elif defined(__GNUC__) && defined(__i386)
|
#elif defined(__GNUC__) && defined(__i386)
|
||||||
#define XMLCALL __attribute__((cdecl))
|
//MF#define XMLCALL __attribute__((cdecl))
|
||||||
|
#define XMLCALL//MF
|
||||||
#else
|
#else
|
||||||
/* For any platform which uses this definition and supports more than
|
/* For any platform which uses this definition and supports more than
|
||||||
one calling convention, we need to extend this definition to
|
one calling convention, we need to extend this definition to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue