Update to match what configure produces.
authorTor Lillqvist <tml@novell.com>
Wed, 1 Aug 2007 09:46:08 +0000 (09:46 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 1 Aug 2007 09:46:08 +0000 (09:46 +0000)
2007-08-01  Tor Lillqvist  <tml@novell.com>

* glibconfig.h.win32.in: Update to match what configure produces.

svn path=/trunk/; revision=5660

ChangeLog
glibconfig.h.win32.in

index 424cf4d..554ba2a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-08-01  Tor Lillqvist  <tml@novell.com>
+
+       * glibconfig.h.win32.in: Update to match what configure produces.
+
 2007-07-31  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/pcre/*: Update the internal PCRE to 7.2
index 7aaf655..afe4714 100644 (file)
@@ -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))