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 d8f397b..6306def 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 49d0c29..d4000bf 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