mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
13
Src/Plugins/General/gen_hotkeys/HotKeyCtl.h
Normal file
13
Src/Plugins/General/gen_hotkeys/HotKeyCtl.h
Normal file
@@ -0,0 +1,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____
|
Reference in New Issue
Block a user