]> granicus.if.org Git - libexpat/commitdiff
Karl noticed that Expat didn't build on Windows any more. winconfig.h
authorGreg Stein <gstein@users.sourceforge.net>
Mon, 20 May 2002 11:01:29 +0000 (11:01 +0000)
committerGreg Stein <gstein@users.sourceforge.net>
Mon, 20 May 2002 11:01:29 +0000 (11:01 +0000)
needs to state that memmove() exists.

expat/lib/winconfig.h

index 073452b99a1bb9845c55e276560169df5b18caec..922ba1061ec6bd96db229b977b64a22b173b14ef 100644 (file)
@@ -24,4 +24,7 @@
 /* we will assume all Windows platforms are little endian */\r
 #define BYTEORDER 1234\r
 \r
+/* Windows has memmove() available. */\r
+#define HAVE_MEMMOVE\r
+\r
 #endif /* ndef WINCONFIG_H */\r