mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[LIBXML2]
Fix compilation with MSVC svn path=/trunk/; revision=51726
This commit is contained in:
+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