From: Václav Slavík Date: Sat, 1 May 2004 09:27:42 +0000 (+0000) Subject: define wxUSE_HOTKEY X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/263da34866624673b0f10529a566068d9f104a28 define wxUSE_HOTKEY git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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 */