expat/lib libexpatw.def, 1.7, 1.8 libexpat.def, 1.7, 1.8
"Karl Waclawek" <[email protected]> Fri, 11 May 2007 09:54:11 -0700
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
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