Check also _WIN64.
authorTor Lillqvist <tml@novell.com>
Wed, 23 Jul 2008 23:53:15 +0000 (23:53 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 23 Jul 2008 23:53:15 +0000 (23:53 +0000)
2008-07-24  Tor Lillqvist  <tml@novell.com>

* glibconfig.h.win32.in: Check also _WIN64.

svn path=/trunk/; revision=7247

ChangeLog
glibconfig.h.win32.in

index d067796..b0da624 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-07-24  Tor Lillqvist  <tml@novell.com>
 
+       * glibconfig.h.win32.in: Check also _WIN64.
+
+2008-07-24  Tor Lillqvist  <tml@novell.com>
+
        * glibconfig.h.win32.in: Patch for 64-bit Windows from Richard
        Hult.
 
index 6bb0db6..426c582 100644 (file)
@@ -64,7 +64,7 @@ typedef unsigned __int64 guint64;
 #define G_GINT64_FORMAT "I64i"
 #define G_GUINT64_FORMAT "I64u"
 
-#if defined(_M_X64) || defined(_M_AMD64)
+#if defined(_WIN64) || defined(_M_X64) || defined(_M_AMD64)
 
 #define GLIB_SIZEOF_VOID_P 8
 #define GLIB_SIZEOF_LONG   4