Skip to content

Commit

Permalink
Update DLL exports.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Mar 3, 2024
1 parent bc28dde commit 5c66db0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions vcnet/mxml2.def
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ EXPORTS
mxmlFindElement
mxmlFindPath
mxmlGetCDATA
mxmlGetComment
mxmlGetCustom
mxmlGetDeclaration
mxmlGetDirective
mxmlGetElement
mxmlGetFirstChild
mxmlGetInteger
Expand All @@ -43,10 +46,18 @@ EXPORTS
mxmlLoadFile
mxmlLoadString
mxmlNewCDATA
mxmlNewCDATAf
mxmlNewComment
mxmlNewCommentf
mxmlNewCustom
mxmlNewDeclaration
mxmlNewDeclarationf
mxmlNewDirective
mxmlNewDirectivef
mxmlNewElement
mxmlNewInteger
mxmlNewOpaque
mxmlNewOpaquef
mxmlNewReal
mxmlNewText
mxmlNewTextf
Expand All @@ -62,12 +73,20 @@ EXPORTS
mxmlSAXLoadFile
mxmlSAXLoadString
mxmlSetCDATA
mxmlSetCDATAf
mxmlSetComment
mxmlSetCommentf
mxmlSetCustom
mxmlSetCustomHandlers
mxmlSetDeclaration
mxmlSetDeclarationf
mxmlSetDirective
mxmlSetDirectivef
mxmlSetElement
mxmlSetErrorCallback
mxmlSetInteger
mxmlSetOpaque
mxmlSetOpaquef
mxmlSetReal
mxmlSetText
mxmlSetTextf
Expand Down

0 comments on commit 5c66db0

Please sign in to comment.