Fix Windows DLL exports.

This commit is contained in:
Michael R Sweet 2024-03-17 10:15:57 -04:00
parent 03d18d0883
commit 726dc0dce7
No known key found for this signature in database
GPG Key ID: BE67C75EC81F3244

View File

@ -2,14 +2,13 @@ LIBRARY "MXML4"
EXPORTS EXPORTS
mxmlAdd mxmlAdd
mxmlDelete mxmlDelete
mxmlElementDeleteAttr mxmlElementClearAttr
mxmlElementGetAttrByIndex mxmlElementGetAttrByIndex
mxmlElementGetAttrCount mxmlElementGetAttrCount
mxmlElementGetAttr mxmlElementGetAttr
mxmlElementSetAttr mxmlElementSetAttr
mxmlElementSetAttrf mxmlElementSetAttrf
mxmlEntityAddCallback mxmlEntityAddCallback
mxmlEntityGetName
mxmlEntityGetValue mxmlEntityGetValue
mxmlEntityRemoveCallback mxmlEntityRemoveCallback
mxmlFindElement mxmlFindElement
@ -74,7 +73,7 @@ EXPORTS
mxmlSetComment mxmlSetComment
mxmlSetCommentf mxmlSetCommentf
mxmlSetCustom mxmlSetCustom
mxmlSetCustomHandlers mxmlSetCustomCallbacks
mxmlSetDeclaration mxmlSetDeclaration
mxmlSetDeclarationf mxmlSetDeclarationf
mxmlSetDirective mxmlSetDirective