[xml] Additional Win32 Exports



Hello everyone.

The following applies to Win32 platform using MSVC compiler exclusively.

Libxslt and libexslt need few functions from libxml2 which are not being
exported yet. Let's change that. Here is the patch to the .def.src file
which helps the lost kin find home:


*** gnome-xml/win32/dsp/libxml2.def.src 2001/09/12 15:00:27 1.4
--- gnome-xml/win32/dsp/libxml2.def.src 2001/10/01 09:49:26
***************
*** 604,609 ****
--- 604,610 ----
   xmlSetProp
   xmlGetProp
   xmlHasProp
+  xmlHasNsProp
   xmlSetNsProp
   xmlGetNsProp
   xmlStringGetNodeList
***************
*** 910,915 ****
--- 911,918 ----
   valuePush
   xmlXPathNewString
   xmlXPathNewCString
+  xmlXPathWrapString
+  xmlXPathWrapCString
   xmlXPathNewFloat
   xmlXPathNewBoolean
   xmlXPathNewNodeSet


Ciao
Igor






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]