|
1
|
1 #pragma once
|
|
|
2
|
|
|
3 #include "foobar2000-winver.h"
|
|
|
4
|
|
|
5 #include "foobar2000-versions.h"
|
|
|
6
|
|
|
7 #include "foobar2000-pfc.h"
|
|
|
8 #include "../shared/shared.h"
|
|
|
9
|
|
|
10 #ifndef NOTHROW
|
|
|
11 #ifdef _MSC_VER
|
|
|
12 #define NOTHROW __declspec(nothrow)
|
|
|
13 #else
|
|
|
14 #define NOTHROW
|
|
|
15 #endif
|
|
|
16 #endif
|
|
|
17
|
|
|
18 #define FB2KAPI /*NOTHROW*/
|
|
|
19
|
|
|
20 typedef const char* pcchar;
|
|
|
21
|
|
|
22 #include "core_api.h"
|
|
|
23 #include "service.h"
|
|
|
24 #include "service_impl.h"
|
|
|
25 #include "service_by_guid.h"
|
|
|
26 #include "service_compat.h"
|
|
|
27
|
|
|
28 #include "forward_types.h"
|
|
|
29
|
|
|
30 #include "abort_callback.h"
|
|
|
31 #include "threadsLite.h"
|
|
|
32
|
|
|
33 #include "playable_location.h"
|
|
|
34 #include "console.h"
|
|
|
35 #include "filesystem.h"
|
|
|
36 #include "metadb.h"
|