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

13 lines
222 B
C

#ifndef ____HOTKEY_CTL___H____
#define ____HOTKEY_CTL___H____
#include <arch.h>
#define HOTKEYF_WIN 0x10
int SubclassEditBox(HWND hwEdit);
extern UINT wmHKCtlSet;
extern UINT wmHKCtlGet;
#endif//____HOTKEY_CTL___H____