Temporary hack to make the new version of expat build under windows
This commit is contained in:
parent
d3ab2d3fbc
commit
655971208f
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user