mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-07 06:04:59 +00:00
__cdecl should be used for MS compilers even if MS extensions are turned off.
This commit is contained in:
parent
1a1fea41db
commit
1c42f84506
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
system headers may assume the cdecl convention.
|
||||
*/
|
||||
#ifndef XMLCALL
|
||||
#if defined(XML_USE_MSC_EXTENSIONS)
|
||||
#if defined(_MSC_VER)
|
||||
#define XMLCALL __cdecl
|
||||
#elif defined(__GNUC__) && defined(__i386) && !defined(__INTEL_COMPILER)
|
||||
#define XMLCALL __attribute__((cdecl))
|
||||
|
|
Loading…
Add table
Reference in a new issue