blob: 767c4cc68b9c6a9b6f4fb42e9c97720b24a9bdc1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#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
|