[Expat-checkins] expat/lib winconfig.h,1.2,1.3

gstein@users.sourceforge.net gstein@users.sourceforge.net
Mon May 20 04:09:03 2002


Update of /cvsroot/expat/expat/lib
In directory usw-pr-cvs1:/tmp/cvs-serv26340

Modified Files:
	winconfig.h 
Log Message:
Karl noticed that Expat didn't build on Windows any more. winconfig.h
needs to state that memmove() exists.



Index: winconfig.h
===================================================================
RCS file: /cvsroot/expat/expat/lib/winconfig.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- winconfig.h	17 May 2002 21:42:05 -0000	1.2
+++ winconfig.h	20 May 2002 11:01:29 -0000	1.3
@@ -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 */