mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 17:38:54 +02:00
#if 0'ed out the GTime definition, until it is definitively needed. #if
Mon Jul 27 01:02:27 1998 Tim Janik <timj@gtk.org> * glib.h: #if 0'ed out the GTime definition, until it is definitively needed. #if 0'ed out the g_getcwd() version, because it is the wrong implementation.
This commit is contained in:
4
glib.h
4
glib.h
@@ -858,8 +858,10 @@ gint g_snprintf (gchar *string,
|
||||
gchar const *format,
|
||||
...) G_GNUC_PRINTF (3, 4);
|
||||
gchar* g_basename (const gchar *file_name);
|
||||
gchar* g_getcwd (void);
|
||||
gchar* g_dirname (const gchar *file_name);
|
||||
#if 0
|
||||
gchar* g_getcwd (void);
|
||||
#endif
|
||||
|
||||
|
||||
/* We make the assumption that if memmove isn't available, then
|
||||
|
Reference in New Issue
Block a user