作図ソフト dia の改良版
Revisión | 241bd80540c4dad5dec2835b7fc3c02ffaeee467 (tree) |
---|---|
Tiempo | 2007-03-20 07:06:37 |
Autor | Hans Breuer <hans@breu...> |
Commiter | Hans Breuer |
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
@@ -1,5 +1,11 @@ | ||
1 | 1 | 2007-03-18 Hans Breuer <hans@breuer.org> |
2 | 2 | |
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 | + | |
3 | 9 | * app/app_procs.c : avoid stumbling over libxml2 preprocessor |
4 | 10 | tricks for LIBXML_THREAD_ENABLED (not at all platform specific) |
5 | 11 |
@@ -27,9 +27,7 @@ | ||
27 | 27 | #include <fcntl.h> |
28 | 28 | #include <string.h> |
29 | 29 | #include <glib.h> |
30 | -#if GLIB_CHECK_VERSION(2,8,0) | |
31 | 30 | #include <glib/gstdio.h> /* g_access() and friends */ |
32 | -#endif | |
33 | 31 | #include <errno.h> |
34 | 32 | |
35 | 33 | #ifndef W_OK |