winamp/Src/devices/plugin.h

14 lines
266 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#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