Karl noticed that Expat didn't build on Windows any more. winconfig.h

needs to state that memmove() exists.
This commit is contained in:
Greg Stein 2002-05-20 11:01:29 +00:00
parent 8a891572a0
commit 2186041a07

View File

@ -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 */