]> git.saurik.com Git - wxWidgets.git/blobdiff - src/expat/lib/expat.h
Remove scroll units duplication in wxGrid to fix setting them.
[wxWidgets.git] / 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