[Expat-checkins] expat/lib libexpatw.def, 1.6, 1.7 libexpat.def, 1.6, 1.7

Karl Waclawek kwaclaw at users.sourceforge.net
Fri Apr 7 22:54:59 CEST 2006


Update of /cvsroot/expat/expat/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26685

Modified Files:
	libexpatw.def libexpat.def 
Log Message:
Removed DESCRIPTION statement - only valid when compiling 16bit
virtual device drivers (VxD).

Index: libexpatw.def
===================================================================
RCS file: /cvsroot/expat/expat/lib/libexpatw.def,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- libexpatw.def	7 Jan 2004 17:10:52 -0000	1.6
+++ libexpatw.def	7 Apr 2006 20:54:55 -0000	1.7
@@ -1,6 +1,5 @@
 ; DEF file for MS VC++
 LIBRARY   LIBEXPATW
-DESCRIPTION "Implements an XML parser."
 EXPORTS
   XML_DefaultCurrent @1
   XML_ErrorString @2

Index: libexpat.def
===================================================================
RCS file: /cvsroot/expat/expat/lib/libexpat.def,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- libexpat.def	7 Jan 2004 17:10:52 -0000	1.6
+++ libexpat.def	7 Apr 2006 20:54:55 -0000	1.7
@@ -1,6 +1,5 @@
 ; DEF file for MS VC++
 LIBRARY   LIBEXPAT
-DESCRIPTION "Implements an XML parser."
 EXPORTS
   XML_DefaultCurrent @1
   XML_ErrorString @2



More information about the Expat-checkins mailing list