|
1
|
1 #pragma once
|
|
|
2
|
|
|
3 #define FOOBAR2000_DESKTOP
|
|
|
4
|
|
|
5 #define FOOBAR2000_HAVE_FILE_FORMAT_SANITIZER
|
|
|
6 #define FOOBAR2000_HAVE_CHAPTERIZER
|
|
|
7 #define FOOBAR2000_HAVE_ALBUM_ART
|
|
|
8 #define FOOBAR2000_DECLARE_FILE_TYPES
|
|
|
9 #define FOOBAR2000_HAVE_DSP
|
|
|
10 #define FOOBAR2000_HAVE_CONSOLE
|
|
|
11 #define FOOBAR2000_INTERACTIVE
|
|
|
12 #define FOOBAR2000_HAVE_METADB
|
|
|
13
|
|
|
14
|
|
|
15 #ifdef _WIN32
|
|
|
16 #define FOOBAR2000_HAVE_CFG_VAR_LEGACY
|
|
|
17 #define FOOBAR2000_WINAPI_CLASSIC
|
|
|
18 #define FOOBAR2000_DESKTOP_WINDOWS
|
|
|
19 #define FOOBAR2000_DESKTOP_WINDOWS_OR_BOOM
|
|
|
20 #define FOOBAR2000_SUPPORT_DLLS 1
|
|
|
21 #define FOOBAR2000_HAVE_KEYBOARD_SHORTCUTS
|
|
|
22 #endif
|
|
|
23
|
|
|
24 #ifdef __APPLE__
|
|
|
25 #define FOOBAR2000_SUPPORT_DLLS 1
|
|
|
26 #define FOOBAR2000_MAC
|
|
|
27 #endif
|
|
|
28
|
|
|
29 #ifndef FOOBAR2000_SUPPORT_DLLS
|
|
|
30 #define FOOBAR2000_SUPPORT_DLLS 0
|
|
|
31 #endif
|