summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwaclaw <kwaclaw>2007-05-11 16:54:09 +0000
committerkwaclaw <kwaclaw>2007-05-11 16:54:09 +0000
commit7a78c832bbcf597a98f67f75f1776cfdafaef643 (patch)
tree62274604ad6434efaee7d70f49509509acaa06bf
parentfeb44d32931c1de1dc96c93ca80ba2a11c57bc76 (diff)
downloadlibexpat-7a78c832bbcf597a98f67f75f1776cfdafaef643.tar.gz
Fix for issue #1717322.
Removed deprecated comment and fixed library name.
-rw-r--r--lib/libexpat.def3
-rw-r--r--lib/libexpatw.def3
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/libexpat.def b/lib/libexpat.def
index 6306def..e442b32 100644
--- a/lib/libexpat.def
+++ b/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/lib/libexpatw.def b/lib/libexpatw.def
index d4000bf..e442b32 100644
--- a/lib/libexpatw.def
+++ b/lib/libexpatw.def
@@ -1,5 +1,4 @@
-; DEF file for MS VC++
-LIBRARY LIBEXPATW
+LIBRARY
EXPORTS
XML_DefaultCurrent @1
XML_ErrorString @2