summaryrefslogtreecommitdiff
path: root/watcom/expat.lnk
diff options
context:
space:
mode:
authorkwaclaw <kwaclaw>2006-08-05 17:00:31 +0000
committerkwaclaw <kwaclaw>2006-08-05 17:00:31 +0000
commit661e834a8ae7a58ce003e49af730151484ab2fee (patch)
tree9b7b9d57da35949e285adb0c3d0ab4dd580400d1 /watcom/expat.lnk
parentd4cd186487b0c4b66a6d4ecbc19824ce9f906035 (diff)
downloadlibexpat-661e834a8ae7a58ce003e49af730151484ab2fee.tar.gz
Applied patrch #1523242 - support for Open Watcom 1.5.
Diffstat (limited to 'watcom/expat.lnk')
-rw-r--r--watcom/expat.lnk71
1 files changed, 71 insertions, 0 deletions
diff --git a/watcom/expat.lnk b/watcom/expat.lnk
new file mode 100644
index 0000000..e3b4a61
--- /dev/null
+++ b/watcom/expat.lnk
@@ -0,0 +1,71 @@
+# EXPORTs for making dll with Open Watcom under OS/2
+SYSTEM os2v2_dll initinstance terminstance
+OPTION manyautodata
+OPTION DESCRIPTION 'Expat (DLL) Implements an XML parser'
+
+EXPORT XML_DefaultCurrent
+EXPORT XML_ErrorString
+EXPORT XML_ExpatVersion
+EXPORT XML_ExpatVersionInfo
+EXPORT XML_ExternalEntityParserCreate
+EXPORT XML_GetBase
+EXPORT XML_GetBuffer
+EXPORT XML_GetCurrentByteCount
+EXPORT XML_GetCurrentByteIndex
+EXPORT XML_GetCurrentColumnNumber
+EXPORT XML_GetCurrentLineNumber
+EXPORT XML_GetErrorCode
+EXPORT XML_GetIdAttributeIndex
+EXPORT XML_GetInputContext
+EXPORT XML_GetSpecifiedAttributeCount
+EXPORT XML_Parse
+EXPORT XML_ParseBuffer
+EXPORT XML_ParserCreate
+EXPORT XML_ParserCreateNS
+EXPORT XML_ParserCreate_MM
+EXPORT XML_ParserFree
+EXPORT XML_SetAttlistDeclHandler
+EXPORT XML_SetBase
+EXPORT XML_SetCdataSectionHandler
+EXPORT XML_SetCharacterDataHandler
+EXPORT XML_SetCommentHandler
+EXPORT XML_SetDefaultHandler
+EXPORT XML_SetDefaultHandlerExpand
+EXPORT XML_SetDoctypeDeclHandler
+EXPORT XML_SetElementDeclHandler
+EXPORT XML_SetElementHandler
+EXPORT XML_SetEncoding
+EXPORT XML_SetEndCdataSectionHandler
+EXPORT XML_SetEndDoctypeDeclHandler
+EXPORT XML_SetEndElementHandler
+EXPORT XML_SetEndNamespaceDeclHandler
+EXPORT XML_SetEntityDeclHandler
+EXPORT XML_SetExternalEntityRefHandler
+EXPORT XML_SetExternalEntityRefHandlerArg
+EXPORT XML_SetNamespaceDeclHandler
+EXPORT XML_SetNotStandaloneHandler
+EXPORT XML_SetNotationDeclHandler
+EXPORT XML_SetParamEntityParsing
+EXPORT XML_SetProcessingInstructionHandler
+EXPORT XML_SetReturnNSTriplet
+EXPORT XML_SetStartCdataSectionHandler
+EXPORT XML_SetStartDoctypeDeclHandler
+EXPORT XML_SetStartElementHandler
+EXPORT XML_SetStartNamespaceDeclHandler
+EXPORT XML_SetUnknownEncodingHandler
+EXPORT XML_SetUnparsedEntityDeclHandler
+EXPORT XML_SetUserData
+EXPORT XML_SetXmlDeclHandler
+EXPORT XML_UseParserAsHandlerArg
+EXPORT XML_ParserReset
+EXPORT XML_SetSkippedEntityHandler
+EXPORT XML_GetFeatureList
+EXPORT XML_UseForeignDTD
+EXPORT XML_FreeContentModel
+EXPORT XML_MemMalloc
+EXPORT XML_MemRealloc
+EXPORT XML_MemFree
+EXPORT XML_StopParser
+EXPORT XML_ResumeParser
+EXPORT XML_GetParsingStatus
+