Add GLIB_SIZEOF_SIZE_T here, too.

2001-11-28  Tor Lillqvist  <tml@iki.fi>

	* glibconfig.h.win32.in: Add GLIB_SIZEOF_SIZE_T here, too.
This commit is contained in:
Tor Lillqvist 2001-11-27 23:30:07 +00:00 committed by Tor Lillqvist
parent 1d5e8cbc7d
commit 4964b7d9cb
9 changed files with 33 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-11-28 Tor Lillqvist <tml@iki.fi>
* glibconfig.h.win32.in: Add GLIB_SIZEOF_SIZE_T here, too.
2001-11-27 Dan Winship <danw@ximian.com>
* configure.in (G_MODULE_LDFLAGS): Set this from libtool rather

View File

@ -1,3 +1,7 @@
2001-11-28 Tor Lillqvist <tml@iki.fi>
* glibconfig.h.win32.in: Add GLIB_SIZEOF_SIZE_T here, too.
2001-11-27 Dan Winship <danw@ximian.com>
* configure.in (G_MODULE_LDFLAGS): Set this from libtool rather

View File

@ -1,3 +1,7 @@
2001-11-28 Tor Lillqvist <tml@iki.fi>
* glibconfig.h.win32.in: Add GLIB_SIZEOF_SIZE_T here, too.
2001-11-27 Dan Winship <danw@ximian.com>
* configure.in (G_MODULE_LDFLAGS): Set this from libtool rather

View File

@ -1,3 +1,7 @@
2001-11-28 Tor Lillqvist <tml@iki.fi>
* glibconfig.h.win32.in: Add GLIB_SIZEOF_SIZE_T here, too.
2001-11-27 Dan Winship <danw@ximian.com>
* configure.in (G_MODULE_LDFLAGS): Set this from libtool rather

View File

@ -1,3 +1,7 @@
2001-11-28 Tor Lillqvist <tml@iki.fi>
* glibconfig.h.win32.in: Add GLIB_SIZEOF_SIZE_T here, too.
2001-11-27 Dan Winship <danw@ximian.com>
* configure.in (G_MODULE_LDFLAGS): Set this from libtool rather

View File

@ -1,3 +1,7 @@
2001-11-28 Tor Lillqvist <tml@iki.fi>
* glibconfig.h.win32.in: Add GLIB_SIZEOF_SIZE_T here, too.
2001-11-27 Dan Winship <danw@ximian.com>
* configure.in (G_MODULE_LDFLAGS): Set this from libtool rather

View File

@ -1,3 +1,7 @@
2001-11-28 Tor Lillqvist <tml@iki.fi>
* glibconfig.h.win32.in: Add GLIB_SIZEOF_SIZE_T here, too.
2001-11-27 Dan Winship <danw@ximian.com>
* configure.in (G_MODULE_LDFLAGS): Set this from libtool rather

View File

@ -1,3 +1,7 @@
2001-11-28 Tor Lillqvist <tml@iki.fi>
* glibconfig.h.win32.in: Add GLIB_SIZEOF_SIZE_T here, too.
2001-11-27 Dan Winship <danw@ximian.com>
* configure.in (G_MODULE_LDFLAGS): Set this from libtool rather

View File

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