From 9687041b1494a47a799138d0f952928357f9c9ef Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Tue, 9 Apr 2013 13:53:54 +0000 Subject: Fixed Expat / LuaExpat compilation for Linux git-svn-id: http://mc-server.googlecode.com/svn/trunk@1375 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- expat/xmlparse.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'expat/xmlparse.c') diff --git a/expat/xmlparse.c b/expat/xmlparse.c index 5d6b59893..115b42127 100644 --- a/expat/xmlparse.c +++ b/expat/xmlparse.c @@ -8,6 +8,9 @@ #define XML_BUILDING_EXPAT 1 +// 2013_04_09 _X: Quick and dirty "fix" for expat compilation under Linux: +#define HAVE_MEMMOVE + #ifdef COMPILED_FROM_DSP #include "winconfig.h" #elif defined(MACOS_CLASSIC) -- cgit v1.2.3