mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[LIBXML2]
add a hack around the hack svn path=/branches/cmake-bringup/; revision=49795
This commit is contained in:
Vendored
+6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user