aboutsummaryrefslogtreecommitdiff
path: root/Src/Plugins/General/gen_hotkeys/HotKeyCtl.h
blob: 237aabba6121486d3187677ee87f774373f67f69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef ____HOTKEY_CTL___H____
#define ____HOTKEY_CTL___H____

#include <windows.h>

#define HOTKEYF_WIN 0x10

int SubclassEditBox(HWND hwEdit);

extern UINT wmHKCtlSet;
extern UINT wmHKCtlGet;

#endif//____HOTKEY_CTL___H____