From e3b8a866960ec59e5c1dfa927e3e222b73ea8a57 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 22 Jul 2003 12:43:40 +0000 Subject: [PATCH] msvc compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22234 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/expat/lib/expat.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/expat/lib/expat.h b/src/expat/lib/expat.h index 0c557cd..60c9597 100644 --- a/src/expat/lib/expat.h +++ b/src/expat/lib/expat.h @@ -17,15 +17,7 @@ #include #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 -#endif #endif /* not defined XMLPARSEAPI */ #ifdef __cplusplus -- 2.7.4