mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
[LIBXML2]
Fix compilation with MSVC svn path=/trunk/; revision=51726
This commit is contained in:
parent
a5c65c3e3e
commit
a4a5b0c6d3
1 changed files with 6 additions and 0 deletions
6
reactos/lib/3rdparty/libxml2/config.h
vendored
6
reactos/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…
Reference in a new issue