From 1a660a57d4ea3635f139f58cf2b9c7d53b00be6e Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 25 Dec 2010 16:25:42 +0000 Subject: [PATCH] Add mxmlFindValue to VC++ DLL export file. --- vcnet/mxml1.def | 1 + 1 file changed, 1 insertion(+) diff --git a/vcnet/mxml1.def b/vcnet/mxml1.def index 5cef239..04ca1e5 100644 --- a/vcnet/mxml1.def +++ b/vcnet/mxml1.def @@ -17,6 +17,7 @@ EXPORTS mxmlEntityGetValue mxmlEntityRemoveCallback mxmlFindElement + mxmlFindValue mxmlIndexDelete mxmlIndexEnum mxmlIndexFind