From: Tor Lillqvist Date: Tue, 27 Nov 2001 23:30:07 +0000 (+0000) Subject: Add GLIB_SIZEOF_SIZE_T here, too. X-Git-Tag: GLIB_1_3_12~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4964b7d9cb83c594c3e9bbec60b0247c8c10a591;p=platform%2Fupstream%2Fglib.git Add GLIB_SIZEOF_SIZE_T here, too. 2001-11-28 Tor Lillqvist * glibconfig.h.win32.in: Add GLIB_SIZEOF_SIZE_T here, too. --- diff --git a/ChangeLog b/ChangeLog index f784a83..429623e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-11-28 Tor Lillqvist + + * glibconfig.h.win32.in: Add GLIB_SIZEOF_SIZE_T here, too. + 2001-11-27 Dan Winship * configure.in (G_MODULE_LDFLAGS): Set this from libtool rather diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index f784a83..429623e 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,7 @@ +2001-11-28 Tor Lillqvist + + * glibconfig.h.win32.in: Add GLIB_SIZEOF_SIZE_T here, too. + 2001-11-27 Dan Winship * configure.in (G_MODULE_LDFLAGS): Set this from libtool rather diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index f784a83..429623e 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2001-11-28 Tor Lillqvist + + * glibconfig.h.win32.in: Add GLIB_SIZEOF_SIZE_T here, too. + 2001-11-27 Dan Winship * configure.in (G_MODULE_LDFLAGS): Set this from libtool rather diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index f784a83..429623e 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +2001-11-28 Tor Lillqvist + + * glibconfig.h.win32.in: Add GLIB_SIZEOF_SIZE_T here, too. + 2001-11-27 Dan Winship * configure.in (G_MODULE_LDFLAGS): Set this from libtool rather diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index f784a83..429623e 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,7 @@ +2001-11-28 Tor Lillqvist + + * glibconfig.h.win32.in: Add GLIB_SIZEOF_SIZE_T here, too. + 2001-11-27 Dan Winship * configure.in (G_MODULE_LDFLAGS): Set this from libtool rather diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index f784a83..429623e 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +2001-11-28 Tor Lillqvist + + * glibconfig.h.win32.in: Add GLIB_SIZEOF_SIZE_T here, too. + 2001-11-27 Dan Winship * configure.in (G_MODULE_LDFLAGS): Set this from libtool rather diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index f784a83..429623e 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +2001-11-28 Tor Lillqvist + + * glibconfig.h.win32.in: Add GLIB_SIZEOF_SIZE_T here, too. + 2001-11-27 Dan Winship * configure.in (G_MODULE_LDFLAGS): Set this from libtool rather diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index f784a83..429623e 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2001-11-28 Tor Lillqvist + + * glibconfig.h.win32.in: Add GLIB_SIZEOF_SIZE_T here, too. + 2001-11-27 Dan Winship * configure.in (G_MODULE_LDFLAGS): Set this from libtool rather diff --git a/glibconfig.h.win32.in b/glibconfig.h.win32.in index 5157016..15e20c6 100644 --- a/glibconfig.h.win32.in +++ b/glibconfig.h.win32.in @@ -89,6 +89,7 @@ typedef unsigned __int64 guint64; #define GLIB_SIZEOF_VOID_P 4 #define GLIB_SIZEOF_LONG 4 +#define GLIB_SIZEOF_SIZE_T 4 typedef gint32 gssize; typedef guint32 gsize;