From: Tor Lillqvist Date: Wed, 1 Aug 2007 09:46:08 +0000 (+0000) Subject: Update to match what configure produces. X-Git-Tag: GLIB_2_14_0~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=164f21f66e9131384acf0abfd4a0a1913cb00c59;p=platform%2Fupstream%2Fglib.git Update to match what configure produces. 2007-08-01 Tor Lillqvist * glibconfig.h.win32.in: Update to match what configure produces. svn path=/trunk/; revision=5660 --- diff --git a/ChangeLog b/ChangeLog index 424cf4d..554ba2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-08-01 Tor Lillqvist + + * glibconfig.h.win32.in: Update to match what configure produces. + 2007-07-31 Matthias Clasen * glib/pcre/*: Update the internal PCRE to 7.2 diff --git a/glibconfig.h.win32.in b/glibconfig.h.win32.in index 7aaf655..afe4714 100644 --- a/glibconfig.h.win32.in +++ b/glibconfig.h.win32.in @@ -75,6 +75,13 @@ typedef unsigned int gsize; #define G_GSIZE_FORMAT "u" #define G_MAXSIZE G_MAXUINT +#define G_MINSSIZE G_MININT +#define G_MAXSSIZE G_MAXINT + +typedef gint64 goffset; +#define G_MINOFFSET G_MININT64 +#define G_MAXOFFSET G_MAXINT64 + #define GPOINTER_TO_INT(p) ((gint) (p)) #define GPOINTER_TO_UINT(p) ((guint) (p))