fixes for Windows from Igor Daniel

* include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
  for Windows from Igor
Daniel
This commit is contained in:
Daniel Veillard 2001-12-20 14:01:47 +00:00
parent 1df3dfc2f7
commit 7f9a6806ed
3 changed files with 24 additions and 1 deletions

View File

@ -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

View File

@ -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);
/****************************************************************
* *

View File

@ -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