mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
#if 0'ed out the GTime definition, until it is definitively needed.
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.
This commit is contained in:
parent
a87caec45b
commit
822650b4e5
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>
|
||||
|
||||
* glib.h: gtime changed to g_time. gtime is used in
|
||||
|
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>
|
||||
|
||||
* glib.h: gtime changed to g_time. gtime is used in
|
||||
|
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>
|
||||
|
||||
* glib.h: gtime changed to g_time. gtime is used in
|
||||
|
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>
|
||||
|
||||
* glib.h: gtime changed to g_time. gtime is used in
|
||||
|
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>
|
||||
|
||||
* glib.h: gtime changed to g_time. gtime is used in
|
||||
|
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>
|
||||
|
||||
* glib.h: gtime changed to g_time. gtime is used in
|
||||
|
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>
|
||||
|
||||
* glib.h: gtime changed to g_time. gtime is used in
|
||||
|
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>
|
||||
|
||||
* glib.h: gtime changed to g_time. gtime is used in
|
||||
|
5
glib.h
5
glib.h
@ -449,9 +449,12 @@ typedef unsigned long long guint64;
|
||||
|
||||
typedef gint32 gssize;
|
||||
typedef guint32 gsize;
|
||||
typedef gint32 g_time;
|
||||
typedef guint32 GQuark;
|
||||
|
||||
#if 0
|
||||
typedef gint32 GTime;
|
||||
#endif
|
||||
|
||||
typedef struct _GList GList;
|
||||
typedef struct _GSList GSList;
|
||||
typedef struct _GHashTable GHashTable;
|
||||
|
@ -449,9 +449,12 @@ typedef unsigned long long guint64;
|
||||
|
||||
typedef gint32 gssize;
|
||||
typedef guint32 gsize;
|
||||
typedef gint32 g_time;
|
||||
typedef guint32 GQuark;
|
||||
|
||||
#if 0
|
||||
typedef gint32 GTime;
|
||||
#endif
|
||||
|
||||
typedef struct _GList GList;
|
||||
typedef struct _GSList GSList;
|
||||
typedef struct _GHashTable GHashTable;
|
||||
|
Loading…
Reference in New Issue
Block a user