]> git.saurik.com Git - wxWidgets.git/commitdiff
msvc compilation fix
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 22 Jul 2003 12:43:40 +0000 (12:43 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 22 Jul 2003 12:43:40 +0000 (12:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22234 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/expat/lib/expat.h

index 0c557cdbf850da56f601583ec168d18b8491bd04..60c9597992c3d79de9766a4e5da231d9c32e1b42 100644 (file)
 #include <stdlib.h>
 
 #ifndef XMLPARSEAPI
 #include <stdlib.h>
 
 #ifndef XMLPARSEAPI
-#if defined(_MSC_EXTENSIONS) && !defined(__BEOS__) && !defined(__CYGWIN__)
-#ifdef XML_STATIC
-#define XMLPARSEAPI(type) type __cdecl
-#else
-#define XMLPARSEAPI(type) __declspec(dllimport) type __cdecl
-#endif
-#else
 #define XMLPARSEAPI(type) type
 #define XMLPARSEAPI(type) type
-#endif
 #endif  /* not defined XMLPARSEAPI */
 
 #ifdef __cplusplus
 #endif  /* not defined XMLPARSEAPI */
 
 #ifdef __cplusplus