mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Check also _WIN64.
2008-07-24 Tor Lillqvist <tml@novell.com> * glibconfig.h.win32.in: Check also _WIN64. svn path=/trunk/; revision=7247
This commit is contained in:
committed by
Tor Lillqvist
parent
0939c06f6f
commit
d395b1dcda
@@ -1,3 +1,7 @@
|
||||
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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user