]> git.mxchange.org Git - simgear.git/commitdiff
Temporary hack to make the new version of expat build under windows
authorFrederic Bouvier <fredfgfs01@free.fr>
Fri, 4 May 2012 07:09:11 +0000 (09:09 +0200)
committerFrederic Bouvier <fredfgfs01@free.fr>
Fri, 4 May 2012 07:09:11 +0000 (09:09 +0200)
simgear/xml/xmlparse.c

index 822dc1707a5a9ac812f7dc50b171b03da0afb62e..f083a1231853798b73f9f47dd7e5134e34b78970 100644 (file)
 #include "expat_config.h"
 #endif /* ndef COMPILED_FROM_DSP */
 
+// FIXME: I just want to compile
+#ifdef _MSC_VER
+#define HAVE_MEMMOVE 1
+#endif
+
 #include "ascii.h"
 #include "expat.h"