From: Karl Waclawek Date: Fri, 7 Apr 2006 20:54:55 +0000 (+0000) Subject: Removed DESCRIPTION statement - only valid when compiling 16bit X-Git-Tag: R_2_0_1~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b43c6f3df995d1adc662ada0f1623a763635052a;p=libexpat Removed DESCRIPTION statement - only valid when compiling 16bit virtual device drivers (VxD). --- diff --git a/expat/lib/libexpat.def b/expat/lib/libexpat.def index d8f397b9..6306defa 100644 --- a/expat/lib/libexpat.def +++ b/expat/lib/libexpat.def @@ -1,6 +1,5 @@ ; DEF file for MS VC++ LIBRARY LIBEXPAT -DESCRIPTION "Implements an XML parser." EXPORTS XML_DefaultCurrent @1 XML_ErrorString @2 diff --git a/expat/lib/libexpatw.def b/expat/lib/libexpatw.def index 49d0c29d..d4000bfc 100644 --- a/expat/lib/libexpatw.def +++ b/expat/lib/libexpatw.def @@ -1,6 +1,5 @@ ; DEF file for MS VC++ LIBRARY LIBEXPATW -DESCRIPTION "Implements an XML parser." EXPORTS XML_DefaultCurrent @1 XML_ErrorString @2