diff options
| author | Daniel Veillard <veillard@src.gnome.org> | 2001-12-20 14:01:47 +0000 |
|---|---|---|
| committer | Daniel Veillard <veillard@src.gnome.org> | 2001-12-20 14:01:47 +0000 |
| commit | 7f9a6806ed3d37063e159b257aec029ffda1e1af (patch) | |
| tree | ec923fc0b7dcda715194b5b732e2c89244a002e6 | |
| parent | 1df3dfc2f7e28bce6e535c10453b574be88df7cb (diff) | |
| download | android_external_libxml2-7f9a6806ed3d37063e159b257aec029ffda1e1af.tar.gz android_external_libxml2-7f9a6806ed3d37063e159b257aec029ffda1e1af.tar.bz2 android_external_libxml2-7f9a6806ed3d37063e159b257aec029ffda1e1af.zip | |
fixes for Windows from Igor Daniel
* include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
for Windows from Igor
Daniel
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | include/libxml/debugXML.h | 2 | ||||
| -rw-r--r-- | win32/dsp/libxml2.def.src | 18 |
3 files changed, 24 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com> + + * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes + for Windows from Igor + Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com> * xmllint.c: applied Justin Fletcher patch for --output or -o diff --git a/include/libxml/debugXML.h b/include/libxml/debugXML.h index 347c42c8..32b40cea 100644 --- a/include/libxml/debugXML.h +++ b/include/libxml/debugXML.h @@ -50,7 +50,7 @@ void xmlDebugDumpEntities (FILE *output, void xmlLsOneNode (FILE *output, xmlNodePtr node); int xmlLsCountNode (xmlNodePtr node); -const char *xmlBoolToText (int boolval); +LIBXML_DLL_IMPORT const char *xmlBoolToText (int boolval); /**************************************************************** * * diff --git a/win32/dsp/libxml2.def.src b/win32/dsp/libxml2.def.src index 2bde8337..5a3030a1 100644 --- a/win32/dsp/libxml2.def.src +++ b/win32/dsp/libxml2.def.src @@ -54,6 +54,22 @@ EXPORTS xmlDebugDumpDocument
xmlDebugDumpDTD
xmlDebugDumpEntities
+ xmlLsOneNode
+ xmlLsCountNode
+ xmlBoolToText DATA
+ xmlShellPrintXPathError
+ xmlShellPrintNode
+ xmlShellPrintXPathResult
+ xmlShellList
+ xmlShellBase
+ xmlShellDir
+ xmlShellCat
+ xmlShellLoad
+ xmlShellWrite
+ xmlShellSave
+ xmlShellValidate
+ xmlShellDu
+ xmlShellPwd
xmlShell
#endif
@@ -581,6 +597,8 @@ EXPORTS xmlCopyNode
xmlCopyNodeList
xmlNewDocFragment
+ xmlGetLineNo
+ xmlGetNodePath
xmlDocGetRootElement
xmlGetLastChild
xmlNodeIsText
|
