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
mxmlAdd
mxmlDelete
mxmlElementDeleteAttr
mxmlElementClearAttr
mxmlElementGetAttrByIndex
mxmlElementGetAttrCount
mxmlElementGetAttr
mxmlElementSetAttr
mxmlElementSetAttrf
mxmlEntityAddCallback
mxmlEntityGetName
mxmlEntityGetValue
mxmlEntityRemoveCallback
mxmlFindElement
@ -74,7 +73,7 @@ EXPORTS
mxmlSetComment
mxmlSetCommentf
mxmlSetCustom
mxmlSetCustomHandlers
mxmlSetCustomCallbacks
mxmlSetDeclaration
mxmlSetDeclarationf
mxmlSetDirective