From 263da34866624673b0f10529a566068d9f104a28 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 1 May 2004 09:27:42 +0000 Subject: [PATCH] define wxUSE_HOTKEY git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h.in | 9 +++++++-- setup.h_vms | 5 +++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/setup.h.in b/setup.h.in index ff18044b33..a85bc91fbf 100644 --- a/setup.h.in +++ b/setup.h.in @@ -716,6 +716,11 @@ */ #define wxUSE_MOUSEWHEEL 1 +/* + * Hotkey support (Windows) + */ +#define wxUSE_HOTKEY 1 + /* * Use wxURL class */ @@ -940,8 +945,8 @@ */ #define wxUSE_ICO_CUR 0 -/* - * Set to 1 if for dynamically loadable plugins support +/* + * Set to 1 if for dynamically loadable plugins support */ #define wxUSE_PLUGINS 0 diff --git a/setup.h_vms b/setup.h_vms index a4ff2f8994..d8a7c87915 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -727,6 +727,11 @@ */ /* #undef wxUSE_MOUSEWHEEL */ +/* + * Hotkey support (Windows) + */ +/* #define wxUSE_HOTKEY 1 */ + /* * Use wxURL class */ -- 2.47.2