summaryrefslogtreecommitdiff
path: root/xmlwriter.c
diff options
context:
space:
mode:
authorIgor Zlatkovic <igor@src.gnome.org>2003-11-27 18:36:46 +0000
committerIgor Zlatkovic <igor@src.gnome.org>2003-11-27 18:36:46 +0000
commitb23de5ad89fbcd0a0a6dcab2053cb8e25fc7aa0f (patch)
tree0e2d6ccd4e387a0e42b6ca4804131cf0cdd44405 /xmlwriter.c
parent7c6f6cc631692e529c2abf03951656f5de4da633 (diff)
downloadlibxml2-b23de5ad89fbcd0a0a6dcab2053cb8e25fc7aa0f.tar.gz
added IN_LIBXML macro
Diffstat (limited to 'xmlwriter.c')
-rw-r--r--xmlwriter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlwriter.c b/xmlwriter.c
index fb5acb47..f427200e 100644
--- a/xmlwriter.c
+++ b/xmlwriter.c
@@ -8,6 +8,7 @@
* alfred@mickautsch.de
*/
+#define IN_LIBXML
#include <string.h>
#include "libxml.h"