Fix for issue #1717322.
Removed deprecated comment and fixed library name.
diff --git a/expat/lib/libexpat.def b/expat/lib/libexpat.def
index 6306def..e442b32 100644
--- a/expat/lib/libexpat.def
+++ b/expat/lib/libexpat.def
@@ -1,5 +1,4 @@
-; DEF file for MS VC++
-LIBRARY   LIBEXPAT
+LIBRARY
 EXPORTS
   XML_DefaultCurrent @1
   XML_ErrorString @2
diff --git a/expat/lib/libexpatw.def b/expat/lib/libexpatw.def
index d4000bf..e442b32 100644
--- a/expat/lib/libexpatw.def
+++ b/expat/lib/libexpatw.def
@@ -1,5 +1,4 @@
-; DEF file for MS VC++
-LIBRARY   LIBEXPATW
+LIBRARY
 EXPORTS
   XML_DefaultCurrent @1
   XML_ErrorString @2