[glib/glib-2-22] Adding new defines first appeared in 2.22 into glibconfig.h.win32.in



commit fdbeaf71d22e263456b8491b39d8818360eefb42
Author: Fridrich Strba <fridrich strba bluewin ch>
Date:   Fri Mar 5 23:15:45 2010 +0100

    Adding new defines first appeared in 2.22 into glibconfig.h.win32.in

 glibconfig.h.win32.in |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/glibconfig.h.win32.in b/glibconfig.h.win32.in
index 59f24c8..2d19589 100644
--- a/glibconfig.h.win32.in
+++ b/glibconfig.h.win32.in
@@ -118,6 +118,10 @@ typedef gint64 goffset;
 typedef signed int gintptr;
 typedef unsigned int guintptr;
 
+#define G_GINTPTR_MODIFIER      ""
+#define G_GINTPTR_FORMAT        "i"
+#define G_GUINTPTR_FORMAT       "u"
+
 #else
 
 #define GPOINTER_TO_INT(p)	((gint)  (gint64) (p))
@@ -134,6 +138,10 @@ typedef signed __int64 gintptr;
 typedef unsigned __int64 guintptr;
 #endif
 
+#define G_GINTPTR_MODIFIER      "I64"
+#define G_GINTPTR_FORMAT        "I64i"
+#define G_GUINTPTR_FORMAT       "I64u"
+
 #endif
 
 #ifdef NeXT /* @#% ! NeXTStep */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]