mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-02 11:56:38 +02:00
Make public. (#155589, Tim-Philipp Müller)
2004-10-17 Matthias Clasen <mclasen@redhat.com> * glib/gutils.h (G_IS_DIR_SEPARATOR): * glib/gutils.c: Make public. (#155589, Tim-Philipp Müller)
This commit is contained in:
committed by
Matthias Clasen
parent
9fd74d6319
commit
4293525fc8
@@ -88,13 +88,6 @@
|
||||
#include <libintl.h>
|
||||
#endif
|
||||
|
||||
/* G_IS_DIR_SEPARATOR probably should be made public in GLib 2.4 */
|
||||
#ifdef G_OS_WIN32
|
||||
#define G_IS_DIR_SEPARATOR(c) (c == G_DIR_SEPARATOR || c == '/')
|
||||
#else
|
||||
#define G_IS_DIR_SEPARATOR(c) (c == G_DIR_SEPARATOR)
|
||||
#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;
|
||||
|
Reference in New Issue
Block a user