winamp/Src/Plugins/General/gen_hotkeys/HotKeyCtl.h
2024-09-24 14:54:57 +02:00

13 lines
225 B
C

#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____