From: Václav Slavík Date: Tue, 22 Jul 2003 12:11:35 +0000 (+0000) Subject: Watcom compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/876fa7e46926cc8bb5c41b380e454f971d87d7e6 Watcom compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/expat/lib/xmlparse.c b/src/expat/lib/xmlparse.c index 6e0fa1fc51..09002dbbb9 100644 --- a/src/expat/lib/xmlparse.c +++ b/src/expat/lib/xmlparse.c @@ -8,9 +8,7 @@ #ifdef COMPILED_FROM_DSP #include "winconfig.h" -#define XMLPARSEAPI(type) type __cdecl #include "expat.h" -#undef XMLPARSEAPI #elif defined(MACOS_CLASSIC)