mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 06:05:47 -04:00
Initial community commit
This commit is contained in:
7
Src/Plugins/Input/in_wmvdrm/StatusHook.h
Normal file
7
Src/Plugins/Input/in_wmvdrm/StatusHook.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef NULLSOFT_STATUSHOOKH
|
||||
#define NULLSOFT_STATUSHOOKH
|
||||
|
||||
#include <windows.h>
|
||||
void Hook(HWND winamp);
|
||||
void Unhook(HWND winamp);
|
||||
#endif
|
Reference in New Issue
Block a user