diff --git a/expat/lib/winconfig.h b/expat/lib/winconfig.h index 073452b9..922ba106 100644 --- a/expat/lib/winconfig.h +++ b/expat/lib/winconfig.h @@ -24,4 +24,7 @@ /* we will assume all Windows platforms are little endian */ #define BYTEORDER 1234 +/* Windows has memmove() available. */ +#define HAVE_MEMMOVE + #endif /* ndef WINCONFIG_H */