diff options
Diffstat (limited to 'gdk/win32/gdkevents-win32.c')
-rw-r--r-- | gdk/win32/gdkevents-win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/win32/gdkevents-win32.c b/gdk/win32/gdkevents-win32.c index a7c20f7e7..e9eea03ce 100644 --- a/gdk/win32/gdkevents-win32.c +++ b/gdk/win32/gdkevents-win32.c @@ -850,7 +850,7 @@ build_key_event_state (GdkEvent *event, * does indicate correctly whether it is the right Control or Alt * key. But that would be a bit messy. */ - if (!IS_WIN_NT () && + if (!G_WIN32_IS_NT_BASED () && _gdk_keyboard_has_altgr && key_state[VK_CONTROL] & 0x80 && key_state[VK_MENU] & 0x80) |