blob: ab1aea7033bfde141fa4cee4c93077f5374229dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
#ifndef _NULLSOFT_WINAMP_GEN_DEVICE_PROVIDER_MAIN_HEADER
#define _NULLSOFT_WINAMP_GEN_DEVICE_PROVIDER_MAIN_HEADER
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
#include <wtypes.h>
#include "./common.h"
#include "./plugin.h"
#include "./strings.h"
#include "./stringBuilder.h"
#include "./wasabi.h"
#include "./provider.h"
#include "./resource.h"
#include "./device.h"
#include "./deviceActivity.h"
#include "./deviceView.h"
#include "./deviceIconEditor.h"
#include "./testSuite.h"
#include "./testSuiteLoader.h"
#include "./iconStore.h"
#include "../../winamp/wa_ipc.h"
#include "../../nu/trace.h"
#include <math.h>
#include <shlwapi.h>
#endif //_NULLSOFT_WINAMP_GEN_DEVICE_PROVIDER_MAIN_HEADER
|