winamp/Src/Plugins/General/gen_hotkeys/HotKeyCtl.h

13 lines
222 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#ifndef ____HOTKEY_CTL___H____
#define ____HOTKEY_CTL___H____
2024-09-29 02:04:03 +00:00
#include <arch.h>
2024-09-24 12:54:57 +00:00
#define HOTKEYF_WIN 0x10
int SubclassEditBox(HWND hwEdit);
extern UINT wmHKCtlSet;
extern UINT wmHKCtlGet;
#endif//____HOTKEY_CTL___H____