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 424cf4dbcfae2749c5cb239dba45890e82ff20c5..554ba2a81b9642db940f302eca330f65f458b74a 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 7aaf655173aa6afa113355ac983f6d2f1d9a22c1..afe4714926e49749242a276181c17dea7698b279 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))