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
|
||||
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…
Reference in New Issue
Block a user