mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Also move the #define for O_BINARY from gutils.c to gfileutils.c.
This commit is contained in:
parent
dd3f4d6bb3
commit
03f908d84b
@ -56,6 +56,10 @@
|
|||||||
#define S_ISLNK(x) 0
|
#define S_ISLNK(x) 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef O_BINARY
|
||||||
|
#define O_BINARY 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#define _(x) x
|
#define _(x) x
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -56,6 +56,10 @@
|
|||||||
#define S_ISLNK(x) 0
|
#define S_ISLNK(x) 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef O_BINARY
|
||||||
|
#define O_BINARY 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#define _(x) x
|
#define _(x) x
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -76,10 +76,6 @@
|
|||||||
#include <langinfo.h>
|
#include <langinfo.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef O_BINARY
|
|
||||||
#define O_BINARY 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
const guint glib_major_version = GLIB_MAJOR_VERSION;
|
const guint glib_major_version = GLIB_MAJOR_VERSION;
|
||||||
const guint glib_minor_version = GLIB_MINOR_VERSION;
|
const guint glib_minor_version = GLIB_MINOR_VERSION;
|
||||||
const guint glib_micro_version = GLIB_MICRO_VERSION;
|
const guint glib_micro_version = GLIB_MICRO_VERSION;
|
||||||
|
4
gutils.c
4
gutils.c
@ -76,10 +76,6 @@
|
|||||||
#include <langinfo.h>
|
#include <langinfo.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef O_BINARY
|
|
||||||
#define O_BINARY 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
const guint glib_major_version = GLIB_MAJOR_VERSION;
|
const guint glib_major_version = GLIB_MAJOR_VERSION;
|
||||||
const guint glib_minor_version = GLIB_MINOR_VERSION;
|
const guint glib_minor_version = GLIB_MINOR_VERSION;
|
||||||
const guint glib_micro_version = GLIB_MICRO_VERSION;
|
const guint glib_micro_version = GLIB_MICRO_VERSION;
|
||||||
|
Loading…
Reference in New Issue
Block a user