Update DLL exports.

master
Michael R Sweet 3 months ago
parent bc28dde728
commit 5c66db0383
No known key found for this signature in database
GPG Key ID: BE67C75EC81F3244
  1. 19
      vcnet/mxml2.def

@ -19,7 +19,10 @@ EXPORTS
mxmlFindElement
mxmlFindPath
mxmlGetCDATA
mxmlGetComment
mxmlGetCustom
mxmlGetDeclaration
mxmlGetDirective
mxmlGetElement
mxmlGetFirstChild
mxmlGetInteger
@ -43,10 +46,18 @@ EXPORTS
mxmlLoadFile
mxmlLoadString
mxmlNewCDATA
mxmlNewCDATAf
mxmlNewComment
mxmlNewCommentf
mxmlNewCustom
mxmlNewDeclaration
mxmlNewDeclarationf
mxmlNewDirective
mxmlNewDirectivef
mxmlNewElement
mxmlNewInteger
mxmlNewOpaque
mxmlNewOpaquef
mxmlNewReal
mxmlNewText
mxmlNewTextf
@ -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

Loading…
Cancel
Save