mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
modified lib/3rdparty/libxml2/libxml2.rbuild
libxml2 wants __MINGW32__, let's give it __MINGW32__. This should probably defined globally, because our Visual C++ environment is kind of MinGW, after all And libxml2 compiles with Visual C++, too svn path=/trunk/; revision=42444
This commit is contained in:
+1
@@ -8,6 +8,7 @@
|
||||
<define name="HAVE_WIN32_THREADS" />
|
||||
<define name="_REENTRANT" />
|
||||
<define name="LIBXML_STATIC" />
|
||||
<define name="__MINGW32__" />
|
||||
<include base="libxml2">include</include>
|
||||
<include base="libxml2">.</include>
|
||||
<file>c14n.c</file>
|
||||
|
||||
Reference in New Issue
Block a user