Also move the #define for O_BINARY from gutils.c to gfileutils.c.
authorTor Lillqvist <tml@src.gnome.org>
Tue, 31 Oct 2000 05:51:24 +0000 (05:51 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 31 Oct 2000 05:51:24 +0000 (05:51 +0000)
gfileutils.c
glib/gfileutils.c
glib/gutils.c
gutils.c

index e983a1dad3e12e94988849c194bc593483eaca50..857e069ac4c4de180bad3f658c95a1583563f05e 100644 (file)
 #define S_ISLNK(x) 0
 #endif
 
+#ifndef O_BINARY
+#define O_BINARY 0
+#endif
+
 #define _(x) x
 
 /**
index e983a1dad3e12e94988849c194bc593483eaca50..857e069ac4c4de180bad3f658c95a1583563f05e 100644 (file)
 #define S_ISLNK(x) 0
 #endif
 
+#ifndef O_BINARY
+#define O_BINARY 0
+#endif
+
 #define _(x) x
 
 /**
index 6cb914143cac08080b78c8a7434337d6f0567517..fac67375d83067b3b8f2039ceb6bff659a0b2c09 100644 (file)
 #include <langinfo.h>
 #endif
 
-#ifndef O_BINARY
-#define O_BINARY 0
-#endif
-
 const guint glib_major_version = GLIB_MAJOR_VERSION;
 const guint glib_minor_version = GLIB_MINOR_VERSION;
 const guint glib_micro_version = GLIB_MICRO_VERSION;
index 6cb914143cac08080b78c8a7434337d6f0567517..fac67375d83067b3b8f2039ceb6bff659a0b2c09 100644 (file)
--- a/gutils.c
+++ b/gutils.c
 #include <langinfo.h>
 #endif
 
-#ifndef O_BINARY
-#define O_BINARY 0
-#endif
-
 const guint glib_major_version = GLIB_MAJOR_VERSION;
 const guint glib_minor_version = GLIB_MINOR_VERSION;
 const guint glib_micro_version = GLIB_MICRO_VERSION;