• 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

Revisão241bd80540c4dad5dec2835b7fc3c02ffaeee467 (tree)
Hora2007-03-20 07:06:37
AutorHans Breuer <hans@breu...>
CommiterHans Breuer

Mensagem de Log

glib/gstdio.h was protected by #if GLIB_CHECK_VERSION(2,8,0) but it is

2007-03-18 Hans Breuer <hans@breuer.org>

* app/load_save.c : glib/gstdio.h was protected by
#if GLIB_CHECK_VERSION(2,8,0) but it is supposed to be available
since glib-2-6. We rely on that anyway.

svn path=/trunk/; revision=3645

Mudança Sumário

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
11 2007-03-18 Hans Breuer <hans@breuer.org>
22
3+ * app/load_save.c : glib/gstdio.h was protected by
4+ #if GLIB_CHECK_VERSION(2,8,0) but it is supposed to be available
5+ since glib-2-6. We rely on that anyway.
6+
7+2007-03-18 Hans Breuer <hans@breuer.org>
8+
39 * app/app_procs.c : avoid stumbling over libxml2 preprocessor
410 tricks for LIBXML_THREAD_ENABLED (not at all platform specific)
511
--- a/app/load_save.c
+++ b/app/load_save.c
@@ -27,9 +27,7 @@
2727 #include <fcntl.h>
2828 #include <string.h>
2929 #include <glib.h>
30-#if GLIB_CHECK_VERSION(2,8,0)
3130 #include <glib/gstdio.h> /* g_access() and friends */
32-#endif
3331 #include <errno.h>
3432
3533 #ifndef W_OK