git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22234
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#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 /* not defined XMLPARSEAPI */
#ifdef __cplusplus
#endif /* not defined XMLPARSEAPI */
#ifdef __cplusplus