winamp/Src/Plugins/Input/in_wmvdrm/StatusHook.h
2024-09-29 02:04:03 +00:00

7 lines
No EOL
133 B
C

#ifndef NULLSOFT_STATUSHOOKH
#define NULLSOFT_STATUSHOOKH
#include <arch.h>
void Hook(HWND winamp);
void Unhook(HWND winamp);
#endif