]> granicus.if.org Git - php/commitdiff
Fix warning. HAVE_MEMMOVE is already defined in config.w32.h.
authorSebastian Bergmann <sebastian@php.net>
Sun, 17 Nov 2002 21:50:00 +0000 (21:50 +0000)
committerSebastian Bergmann <sebastian@php.net>
Sun, 17 Nov 2002 21:50:00 +0000 (21:50 +0000)
ext/xml/expat/winconfig.h

index c1b791d62d0d0c94656f8ff2f912822217e0c904..ce91577f20b912e1857b2fe08962b24d7fe42423 100644 (file)
@@ -25,6 +25,6 @@
 #define BYTEORDER 1234
 
 /* Windows has memmove() available. */
-#define HAVE_MEMMOVE
+/* #define HAVE_MEMMOVE */
 
 #endif /* ndef WINCONFIG_H */