From: Frederic Bouvier Date: Fri, 4 May 2012 18:48:04 +0000 (+0200) Subject: Revert "Temporary hack to make the new version of expat build under windows" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1eb846a93a0ea2e57e61f9c5dd31db2a18fa4517;p=simgear.git Revert "Temporary hack to make the new version of expat build under windows" A proper fix has been provided This reverts commit 655971208fb491628e610788d1b4d1e581755573. --- diff --git a/simgear/xml/xmlparse.c b/simgear/xml/xmlparse.c index f083a123..822dc170 100644 --- a/simgear/xml/xmlparse.c +++ b/simgear/xml/xmlparse.c @@ -22,11 +22,6 @@ #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"