Commit in reactos/lib/expat/lib on MAIN
libexpat.def+1-11.1 -> 1.2
libexpatw.def+1-11.1 -> 1.2
+2-2
2 modified files
- More fixes related to the removal of the 'lib' prefix on various libraries.
- BootCD is working again now.

reactos/lib/expat/lib
libexpat.def 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- libexpat.def	24 Mar 2004 00:04:45 -0000	1.1
+++ libexpat.def	6 Dec 2004 08:33:42 -0000	1.2
@@ -1,5 +1,5 @@
 ; DEF file for MS VC++
-LIBRARY   LIBEXPAT
+LIBRARY   expat.dll
 DESCRIPTION "Implements an XML parser."
 EXPORTS
   XML_DefaultCurrent @1

reactos/lib/expat/lib
libexpatw.def 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- libexpatw.def	24 Mar 2004 00:04:45 -0000	1.1
+++ libexpatw.def	6 Dec 2004 08:33:42 -0000	1.2
@@ -1,5 +1,5 @@
 ; DEF file for MS VC++
-LIBRARY   LIBEXPATW
+LIBRARY   expat.dll
 DESCRIPTION "Implements an XML parser."
 EXPORTS
   XML_DefaultCurrent @1
CVSspam 0.2.8