[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
- Previous message: [Expat-checkins] expat/lib expat.h,1.20,1.21 xmlparse.c,1.37,1.38 xmlrole.c,1.7,1.8 xmltok.c,1.14,1.15
- Next message: [Expat-checkins] htdocs index.html,1.15,1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 */
- Previous message: [Expat-checkins] expat/lib expat.h,1.20,1.21 xmlparse.c,1.37,1.38 xmlrole.c,1.7,1.8 xmltok.c,1.14,1.15
- Next message: [Expat-checkins] htdocs index.html,1.15,1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]