Also move the #define for O_BINARY from gutils.c to gfileutils.c.
[platform/upstream/glib.git] / gfileutils.c
index e983a1d..857e069 100644 (file)
 #define S_ISLNK(x) 0
 #endif
 
+#ifndef O_BINARY
+#define O_BINARY 0
+#endif
+
 #define _(x) x
 
 /**