From 67c8670a3139de836fd9e594a7b2bc1082e592a6 Mon Sep 17 00:00:00 2001 From: Richard Campbell Date: Mon, 6 Dec 2004 08:33:42 +0000 Subject: [PATCH] - More fixes related to the removal of the 'lib' prefix on various libraries. - BootCD is working again now. svn path=/trunk/; revision=11957 --- reactos/lib/expat/lib/libexpat.def | 2 +- reactos/lib/expat/lib/libexpatw.def | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/lib/expat/lib/libexpat.def b/reactos/lib/expat/lib/libexpat.def index d8f397b939b..dd0fc6fc956 100644 --- a/reactos/lib/expat/lib/libexpat.def +++ b/reactos/lib/expat/lib/libexpat.def @@ -1,5 +1,5 @@ ; DEF file for MS VC++ -LIBRARY LIBEXPAT +LIBRARY expat.dll DESCRIPTION "Implements an XML parser." EXPORTS XML_DefaultCurrent @1 diff --git a/reactos/lib/expat/lib/libexpatw.def b/reactos/lib/expat/lib/libexpatw.def index 49d0c29d366..dd0fc6fc956 100644 --- a/reactos/lib/expat/lib/libexpatw.def +++ b/reactos/lib/expat/lib/libexpatw.def @@ -1,5 +1,5 @@ ; DEF file for MS VC++ -LIBRARY LIBEXPATW +LIBRARY expat.dll DESCRIPTION "Implements an XML parser." EXPORTS XML_DefaultCurrent @1