Karl noticed that Expat didn't build on Windows any more. winconfig.h
needs to state that memmove() exists.
This commit is contained in:
parent
8a891572a0
commit
2186041a07
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user