Watcom compilation fix
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 22 Jul 2003 12:11:35 +0000 (12:11 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 22 Jul 2003 12:11:35 +0000 (12:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/expat/lib/xmlparse.c

index 6e0fa1fc5168642e0b7376c2179c774842cf491c..09002dbbb94ab9f5918a72d7548d92c868f584ad 100644 (file)
@@ -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)