From 655971208fb491628e610788d1b4d1e581755573 Mon Sep 17 00:00:00 2001 From: Frederic Bouvier Date: Fri, 4 May 2012 09:09:11 +0200 Subject: [PATCH] Temporary hack to make the new version of expat build under windows --- simgear/xml/xmlparse.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/simgear/xml/xmlparse.c b/simgear/xml/xmlparse.c index 822dc170..f083a123 100644 --- a/simgear/xml/xmlparse.c +++ b/simgear/xml/xmlparse.c @@ -22,6 +22,11 @@ #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"