mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 15:53:49 +00:00
[LIBXML2]
add a hack around the hack svn path=/branches/cmake-bringup/; revision=49795
This commit is contained in:
parent
5a54b0b454
commit
cfba60d19d
1 changed files with 6 additions and 0 deletions
6
lib/3rdparty/libxml2/config.h
vendored
6
lib/3rdparty/libxml2/config.h
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue