mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
13 lines
No EOL
225 B
C
13 lines
No EOL
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____
|