From 4964b7d9cb83c594c3e9bbec60b0247c8c10a591 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 27 Nov 2001 23:30:07 +0000 Subject: [PATCH] Add GLIB_SIZEOF_SIZE_T here, too. 2001-11-28 Tor Lillqvist * glibconfig.h.win32.in: Add GLIB_SIZEOF_SIZE_T here, too. --- ChangeLog | 4 ++++ ChangeLog.pre-2-0 | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-12 | 4 ++++ ChangeLog.pre-2-2 | 4 ++++ ChangeLog.pre-2-4 | 4 ++++ ChangeLog.pre-2-6 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ glibconfig.h.win32.in | 1 + 9 files changed, 33 insertions(+) diff --git a/ChangeLog b/ChangeLog index f784a835d..429623e9e 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 f784a835d..429623e9e 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 f784a835d..429623e9e 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 f784a835d..429623e9e 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 f784a835d..429623e9e 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 f784a835d..429623e9e 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 f784a835d..429623e9e 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 f784a835d..429623e9e 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 515701644..15e20c681 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;