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 */