mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-07 06:04:59 +00:00
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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue