summaryrefslogtreecommitdiff
path: root/lib/libexpatw.def
diff options
context:
space:
mode:
authorkwaclaw <kwaclaw>2002-10-21 21:19:41 +0000
committerkwaclaw <kwaclaw>2002-10-21 21:19:41 +0000
commit407ef9d08b61bac5ac65d143baaa681103169289 (patch)
tree0978d0b10a63a95f554cdfc541cad8f11a1c0ae5 /lib/libexpatw.def
parentaf06759eedd9f023d7dba16306ce3c60faeb4b00 (diff)
downloadlibexpat-407ef9d08b61bac5ac65d143baaa681103169289.tar.gz
* Applied patch #620822 - Windows Dll build with DEF file
* Changed macro for static linking from _STATIC to XML_STATIC and modified expat.h accordingly * Added ReadMe file to Win32 subdirectory documenting Windows builds * Changed static build settings to create libraries with names different from the Dll stub library libexpat(w).lib
Diffstat (limited to 'lib/libexpatw.def')
-rw-r--r--lib/libexpatw.def61
1 files changed, 61 insertions, 0 deletions
diff --git a/lib/libexpatw.def b/lib/libexpatw.def
new file mode 100644
index 0000000..11cc62b
--- /dev/null
+++ b/lib/libexpatw.def
@@ -0,0 +1,61 @@
+LIBRARY LIBEXPATW
+DESCRIPTION "Implements an XML parser."
+EXPORTS
+ XML_DefaultCurrent @1
+ XML_ErrorString @2
+ XML_ExpatVersion @3
+ XML_ExpatVersionInfo @4
+ XML_ExternalEntityParserCreate @5
+ XML_GetBase @6
+ XML_GetBuffer @7
+ XML_GetCurrentByteCount @8
+ XML_GetCurrentByteIndex @9
+ XML_GetCurrentColumnNumber @10
+ XML_GetCurrentLineNumber @11
+ XML_GetErrorCode @12
+ XML_GetIdAttributeIndex @13
+ XML_GetInputContext @14
+ XML_GetSpecifiedAttributeCount @15
+ XML_Parse @16
+ XML_ParseBuffer @17
+ XML_ParserCreate @18
+ XML_ParserCreateNS @19
+ XML_ParserCreate_MM @20
+ XML_ParserFree @21
+ XML_SetAttlistDeclHandler @22
+ XML_SetBase @23
+ XML_SetCdataSectionHandler @24
+ XML_SetCharacterDataHandler @25
+ XML_SetCommentHandler @26
+ XML_SetDefaultHandler @27
+ XML_SetDefaultHandlerExpand @28
+ XML_SetDoctypeDeclHandler @29
+ XML_SetElementDeclHandler @30
+ XML_SetElementHandler @31
+ XML_SetEncoding @32
+ XML_SetEndCdataSectionHandler @33
+ XML_SetEndDoctypeDeclHandler @34
+ XML_SetEndElementHandler @35
+ XML_SetEndNamespaceDeclHandler @36
+ XML_SetEntityDeclHandler @37
+ XML_SetExternalEntityRefHandler @38
+ XML_SetExternalEntityRefHandlerArg @39
+ XML_SetNamespaceDeclHandler @40
+ XML_SetNotStandaloneHandler @41
+ XML_SetNotationDeclHandler @42
+ XML_SetParamEntityParsing @43
+ XML_SetProcessingInstructionHandler @44
+ XML_SetReturnNSTriplet @45
+ XML_SetStartCdataSectionHandler @46
+ XML_SetStartDoctypeDeclHandler @47
+ XML_SetStartElementHandler @48
+ XML_SetStartNamespaceDeclHandler @49
+ XML_SetUnknownEncodingHandler @50
+ XML_SetUnparsedEntityDeclHandler @51
+ XML_SetUserData @52
+ XML_SetXmlDeclHandler @53
+ XML_UseParserAsHandlerArg @54
+ XML_ParserReset @55
+ XML_SetSkippedEntityHandler @56
+ XML_GetFeatureList @57
+ XML_UseForeignDTD @58 \ No newline at end of file