#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:
Tim Janik 1998-07-26 23:06:01 +00:00 committed by Tim Janik
parent a87caec45b
commit 822650b4e5
10 changed files with 48 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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
View File

@ -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;

View File

@ -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;