[LIBXML2]

Fix compilation with MSVC

svn path=/trunk/; revision=51726
This commit is contained in:
Timo Kreuzer 2011-05-14 11:15:51 +00:00
parent a5c65c3e3e
commit a4a5b0c6d3

View file

@ -302,6 +302,12 @@
#define vsnprintf _vsnprintf
#endif
#if defined(_MSC_VER)
#define GetModuleHandleA GetModuleHandleA_
#endif
#if defined(__MINGW32__)
#include <windows.h>
#endif
#if defined(_MSC_VER)
#undef GetModuleHandleA
#endif