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

@@ -7,13 +7,12 @@
// #define FOOBAR2000_TARGET_VERSION 75 // 0.9.6
// #define FOOBAR2000_TARGET_VERSION 76 // 1.0
// #define FOOBAR2000_TARGET_VERSION 77 // 1.1, 1.2
// #define FOOBAR2000_TARGET_VERSION 78 // 1.3
#define FOOBAR2000_TARGET_VERSION 79 // 1.4
// #define FOOBAR2000_TARGET_VERSION 80 // 1.5, 1.6
// #define FOOBAR2000_TARGET_VERSION 77 // 1.1
#define FOOBAR2000_TARGET_VERSION 78 // 1.3
// #define FOOBAR2000_TARGET_VERSION 79 // 1.4
// Use this to determine what foobar2000 SDK version is in use, undefined for releases older than 2018
#define FOOBAR2000_SDK_VERSION 20210223
#define FOOBAR2000_SDK_VERSION 20190617
#include "foobar2000-pfc.h"
@@ -34,8 +33,8 @@ typedef const char * pcchar;
#include "core_api.h"
#include "service.h"
#include "service_impl.h"
#include "service_factory.h"
#include "service_by_guid.h"
#include "service_compat.h"
#include "completion_notify.h"
#include "abort_callback.h"
@@ -44,7 +43,6 @@ typedef const char * pcchar;
#include "coreversion.h"
#include "filesystem.h"
#include "filesystem_transacted.h"
#include "archive.h"
#include "audio_chunk.h"
#include "cfg_var.h"
#include "mem_block_container.h"
@@ -55,7 +53,6 @@ typedef const char * pcchar;
#include "hasher_md5.h"
#include "metadb_handle.h"
#include "metadb.h"
#include "file_info_filter.h"
#include "console.h"
#include "dsp.h"
#include "dsp_manager.h"
@@ -124,7 +121,5 @@ typedef const char * pcchar;
#include "commonObjects.h"
#include "file_lock_manager.h"
#include "imageLoaderLite.h"
#include "imageViewer.h"
#endif //_FOOBAR2000_H_