• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

作図ソフト dia の改良版


Commit MetaInfo

Revisionb249a36b6d95e905b8ca4210a60c8fa53f6ec971 (tree)
Time2002-05-18 21:09:50
AuthorSteffen Macke <sdteffen@src....>
CommiterSteffen Macke

Log Message

#ifdef'd xmlerror.h

Change Summary

Incremental Difference

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
11 2002-05-18 Steffen Macke <sdteffen@web.de>
22
3+ * app/app_procs.c: #ifdef'd xmlerror.h (comes with
4+ libxml2)
35 * doc/en/graphics/greendots.png:
46 * doc/en/home_network.png:
57 * doc/en/line_props.png:
--- a/app/app_procs.c
+++ b/app/app_procs.c
@@ -52,7 +52,9 @@
5252 #endif
5353
5454 #include <parser.h>
55+#if defined(LIBXML_VERSION) && LIBXML_VERSION >= 20000
5556 #include <xmlerror.h>
57+#endif
5658
5759 #ifdef G_OS_WIN32
5860 #include <direct.h>