[LIBXML2]

add a hack around the hack

svn path=/branches/cmake-bringup/; revision=49795
This commit is contained in:
Timo Kreuzer 2010-11-25 23:16:12 +00:00
parent 5a54b0b454
commit cfba60d19d

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