1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

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

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