From 876fa7e46926cc8bb5c41b380e454f971d87d7e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 22 Jul 2003 12:11:35 +0000 Subject: [PATCH] Watcom compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/expat/lib/xmlparse.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/expat/lib/xmlparse.c b/src/expat/lib/xmlparse.c index 6e0fa1f..09002db 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) -- 2.7.4