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

Karl Waclawek kwaclaw at users.sourceforge.net
Fri May 11 18:54:11 CEST 2007


Update of /cvsroot/expat/expat/lib
In directory sc8-pr-cvs17:/tmp/cvs-serv7528

Modified Files:
	libexpatw.def libexpat.def 
Log Message:
Fix for issue #1717322.
Removed deprecated comment and fixed library name.

Index: libexpatw.def
===================================================================
RCS file: /cvsroot/expat/expat/lib/libexpatw.def,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- libexpatw.def	7 Apr 2006 20:54:55 -0000	1.7
+++ libexpatw.def	11 May 2007 16:54:09 -0000	1.8
@@ -1,5 +1,4 @@
-; DEF file for MS VC++
-LIBRARY   LIBEXPATW
+LIBRARY
 EXPORTS
   XML_DefaultCurrent @1
   XML_ErrorString @2

Index: libexpat.def
===================================================================
RCS file: /cvsroot/expat/expat/lib/libexpat.def,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- libexpat.def	7 Apr 2006 20:54:55 -0000	1.7
+++ libexpat.def	11 May 2007 16:54:09 -0000	1.8
@@ -1,5 +1,4 @@
-; DEF file for MS VC++
-LIBRARY   LIBEXPAT
+LIBRARY
 EXPORTS
   XML_DefaultCurrent @1
   XML_ErrorString @2



More information about the Expat-checkins mailing list