mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
14 lines
No EOL
266 B
C
14 lines
No EOL
266 B
C
#ifndef _NULLSOFT_WINAMP_DEVICES_PLUGIN_HEADER
|
|
#define _NULLSOFT_WINAMP_DEVICES_PLUGIN_HEADER
|
|
|
|
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
|
#pragma once
|
|
#endif
|
|
|
|
#include <wtypes.h>
|
|
|
|
HINSTANCE
|
|
Plugin_GetInstance(void);
|
|
|
|
|
|
#endif //_NULLSOFT_WINAMP_DEVICES_PLUGIN_HEADER
|