From 726dc0dce74bc26289224ab5b53516c83814301c Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 17 Mar 2024 10:15:57 -0400 Subject: [PATCH] Fix Windows DLL exports. --- vcnet/mxml4.def | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/vcnet/mxml4.def b/vcnet/mxml4.def index bbbf677..807a87b 100644 --- a/vcnet/mxml4.def +++ b/vcnet/mxml4.def @@ -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