Fix Windows DLL exports.

master
Michael R Sweet 2 months ago
parent 03d18d0883
commit 726dc0dce7
No known key found for this signature in database
GPG Key ID: BE67C75EC81F3244
  1. 5
      vcnet/mxml4.def

@ -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

Loading…
Cancel
Save