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 e983a1d..857e069 100644 (file)
 #define S_ISLNK(x) 0
 #endif
 
+#ifndef O_BINARY
+#define O_BINARY 0
+#endif
+
 #define _(x) x
 
 /**
index e983a1d..857e069 100644 (file)
 #define S_ISLNK(x) 0
 #endif
 
+#ifndef O_BINARY
+#define O_BINARY 0
+#endif
+
 #define _(x) x
 
 /**
index 6cb9141..fac6737 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 6cb9141..fac6737 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;