add last backwards-compatible version

This commit is contained in:
2021-12-14 00:33:46 -07:00
parent 68b10d413b
commit b0dd3f07f3
335 changed files with 4746 additions and 19627 deletions

View File

@@ -1,15 +1,23 @@
#pragma once
#ifndef UNICODE
#error Only UNICODE environment supported.
#endif
#define FOOBAR2000_DESKTOP
#define FOOBAR2000_DESKTOP_WINDOWS
#define FOOBAR2000_DESKTOP_WINDOWS_OR_BOOM
// Set target versions to Windows XP as that's what foobar2000 supports, unless overridden before #including us
#if !defined(_WIN32_WINNT) && !defined(WINVER)
#define _WIN32_WINNT 0x501
#define WINVER 0x501
#endif
#define FOOBAR2000_HAVE_FILE_FORMAT_SANITIZER
#define FOOBAR2000_HAVE_CHAPTERIZER
#define FOOBAR2000_HAVE_ALBUM_ART
#define FOOBAR2000_DECLARE_FILE_TYPES
#define FOOBAR2000_HAVE_DSP
#define FOOBAR2000_HAVE_CONSOLE
#define FOOBAR2000_INTERACTIVE
#define FOOBAR2000_WINAPI_CLASSIC
#define FOOBAR2000_HAVE_METADB