mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-25 21:58:21 +01:00
Applied Michael Fink's Win32 expat patch
This commit is contained in:
parent
04e0cb5952
commit
3d62ee558e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue