Applied Michael Fink's Win32 expat patch

This commit is contained in:
jez 2008-07-07 17:00:11 +01:00
parent 04e0cb5952
commit 3d62ee558e

View file

@ -50,7 +50,11 @@
#define DEF_SAX_P expat_wrapper
#ifdef _MSC_VER
#pragma message("Including Expat")
#ifndef XML_STATIC
#pragma comment(lib, "libexpat.lib")
#else
#pragma comment(lib, "libexpatMT.lib")
#endif
#endif
#endif