summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2008-08-03 23:36:17 +0000
committerTor Lillqvist <tml@src.gnome.org>2008-08-03 23:36:17 +0000
commit963ee0de5e9cce3e51d810c8ac7219aa44daaa44 (patch)
tree3667268376382333fca081c2cb5e0e7832b6e3c9 /gdk
parent6ecaa61a1c58ad1f20eb5873dfc36464c19ee739 (diff)
downloadgtk+-963ee0de5e9cce3e51d810c8ac7219aa44daaa44.tar.gz
Bug 544684 - Win64 issue, window handles are assumed to be 32-bit
2008-08-04 Tor Lillqvist <tml@novell.com> Bug 544684 - Win64 issue, window handles are assumed to be 32-bit * configure.in: On Win64, define GDK_NATIVE_WINDOW_POINTER. * gdk/gdkconfig.h.win32: Ditto here. svn path=/trunk/; revision=20956
Diffstat (limited to 'gdk')
-rw-r--r--gdk/gdkconfig.h.win324
1 files changed, 4 insertions, 0 deletions
diff --git a/gdk/gdkconfig.h.win32 b/gdk/gdkconfig.h.win32
index 7bd668e81e..c362dbb7c3 100644
--- a/gdk/gdkconfig.h.win32
+++ b/gdk/gdkconfig.h.win32
@@ -19,6 +19,10 @@ extern "C" {
# endif
#endif /* !GSEAL */
+#ifdef _WIN64
+# define GDK_NATIVE_WINDOW_POINTER
+#endif
+
#define GDK_WINDOWING_WIN32
#define GDK_HAVE_WCHAR_H 1