From: Tor Lillqvist Date: Tue, 12 May 2009 11:54:12 +0000 (+0300) Subject: Make glibconfig.h.win32.in match the generated one. X-Git-Tag: 2.21.1~94 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0030935d041f26e461aca6583927ea0cceb166bb;p=platform%2Fupstream%2Fglib.git Make glibconfig.h.win32.in match the generated one. Add G_GOFFSET_MODIFIER, G_GOFFSET_FORMAT and G_GOFFSET_CONSTANT. --- diff --git a/glibconfig.h.win32.in b/glibconfig.h.win32.in index f10fa32..eb1bfdd 100644 --- a/glibconfig.h.win32.in +++ b/glibconfig.h.win32.in @@ -102,6 +102,11 @@ typedef gint64 goffset; #define G_MINOFFSET G_MININT64 #define G_MAXOFFSET G_MAXINT64 +#define G_GOFFSET_MODIFIER G_GINT64_MODIFIER +#define G_GOFFSET_FORMAT G_GINT64_FORMAT +#define G_GOFFSET_CONSTANT(val) G_GINT64_CONSTANT(val) + + #ifndef _WIN64 #define GPOINTER_TO_INT(p) ((gint) (p))