mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-24 11:25:30 +00:00
Fix Windows DLL exports.
This commit is contained in:
parent
03d18d0883
commit
726dc0dce7
@ -2,14 +2,13 @@ LIBRARY "MXML4"
|
|||||||
EXPORTS
|
EXPORTS
|
||||||
mxmlAdd
|
mxmlAdd
|
||||||
mxmlDelete
|
mxmlDelete
|
||||||
mxmlElementDeleteAttr
|
mxmlElementClearAttr
|
||||||
mxmlElementGetAttrByIndex
|
mxmlElementGetAttrByIndex
|
||||||
mxmlElementGetAttrCount
|
mxmlElementGetAttrCount
|
||||||
mxmlElementGetAttr
|
mxmlElementGetAttr
|
||||||
mxmlElementSetAttr
|
mxmlElementSetAttr
|
||||||
mxmlElementSetAttrf
|
mxmlElementSetAttrf
|
||||||
mxmlEntityAddCallback
|
mxmlEntityAddCallback
|
||||||
mxmlEntityGetName
|
|
||||||
mxmlEntityGetValue
|
mxmlEntityGetValue
|
||||||
mxmlEntityRemoveCallback
|
mxmlEntityRemoveCallback
|
||||||
mxmlFindElement
|
mxmlFindElement
|
||||||
@ -74,7 +73,7 @@ EXPORTS
|
|||||||
mxmlSetComment
|
mxmlSetComment
|
||||||
mxmlSetCommentf
|
mxmlSetCommentf
|
||||||
mxmlSetCustom
|
mxmlSetCustom
|
||||||
mxmlSetCustomHandlers
|
mxmlSetCustomCallbacks
|
||||||
mxmlSetDeclaration
|
mxmlSetDeclaration
|
||||||
mxmlSetDeclarationf
|
mxmlSetDeclarationf
|
||||||
mxmlSetDirective
|
mxmlSetDirective
|
||||||
|
Loading…
Reference in New Issue
Block a user