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:
Tor Lillqvist 2008-07-23 23:53:15 +00:00 committed by Tor Lillqvist
parent 0939c06f6f
commit d395b1dcda
2 changed files with 5 additions and 1 deletions

View File

@ -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

View 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