summaryrefslogtreecommitdiff
path: root/gdk/gdkconfig.h.win32
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2008-08-04 22:20:53 +0000
committerTor Lillqvist <tml@src.gnome.org>2008-08-04 22:20:53 +0000
commit6a5f3cc9d9fa1815092ff94ec55676c1743568d8 (patch)
treedc950c643ac354b999ecf21b83a721dfac1c882c /gdk/gdkconfig.h.win32
parent67a8a3a265757f8929706e7feeb2386af63bfbc4 (diff)
downloadgtk+-6a5f3cc9d9fa1815092ff94ec55676c1743568d8.tar.gz
Define GDK_NATIVE_WINDOW_POINTER on 32-bit Windows, too. It just makes
2008-08-05 Tor Lillqvist <tml@novell.com> * configure.in: Define GDK_NATIVE_WINDOW_POINTER on 32-bit Windows, too. It just makes more sense, as a HWND *is* a kind of pointer. * gdk/gdkconfig.h.win32: Ditto here. svn path=/trunk/; revision=20986
Diffstat (limited to 'gdk/gdkconfig.h.win32')
-rw-r--r--gdk/gdkconfig.h.win324
1 files changed, 1 insertions, 3 deletions
diff --git a/gdk/gdkconfig.h.win32 b/gdk/gdkconfig.h.win32
index c362dbb7c3..df250617ff 100644
--- a/gdk/gdkconfig.h.win32
+++ b/gdk/gdkconfig.h.win32
@@ -19,9 +19,7 @@ extern "C" {
# endif
#endif /* !GSEAL */
-#ifdef _WIN64
-# define GDK_NATIVE_WINDOW_POINTER
-#endif
+#define GDK_NATIVE_WINDOW_POINTER
#define GDK_WINDOWING_WIN32