mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-03 12:19:20 +02:00
Also move the #define for O_BINARY from gutils.c to gfileutils.c.
This commit is contained in:
@@ -56,6 +56,10 @@
|
||||
#define S_ISLNK(x) 0
|
||||
#endif
|
||||
|
||||
#ifndef O_BINARY
|
||||
#define O_BINARY 0
|
||||
#endif
|
||||
|
||||
#define _(x) x
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user