Skip to content

Commit

Permalink
Fix Windows DLL exports.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Mar 17, 2024
1 parent 03d18d0 commit 726dc0d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vcnet/mxml4.def
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ LIBRARY "MXML4"
EXPORTS
mxmlAdd
mxmlDelete
mxmlElementDeleteAttr
mxmlElementClearAttr
mxmlElementGetAttrByIndex
mxmlElementGetAttrCount
mxmlElementGetAttr
mxmlElementSetAttr
mxmlElementSetAttrf
mxmlEntityAddCallback
mxmlEntityGetName
mxmlEntityGetValue
mxmlEntityRemoveCallback
mxmlFindElement
Expand Down Expand Up @@ -74,7 +73,7 @@ EXPORTS
mxmlSetComment
mxmlSetCommentf
mxmlSetCustom
mxmlSetCustomHandlers
mxmlSetCustomCallbacks
mxmlSetDeclaration
mxmlSetDeclarationf
mxmlSetDirective
Expand Down

0 comments on commit 726dc0d

Please sign in to comment.