mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-18 15:54:05 +01:00
build: remove some conditional includes
This commit is contained in:
parent
735948e947
commit
2084b22564
@ -22,9 +22,7 @@ extern "C" {
|
||||
#include "vfs.h"
|
||||
|
||||
|
||||
#ifndef VGMSTREAM_VERSION
|
||||
#include "../version.h"
|
||||
#endif
|
||||
#ifndef VGMSTREAM_VERSION
|
||||
#define VGMSTREAM_VERSION "(unknown-version)"
|
||||
#endif
|
||||
|
@ -39,9 +39,7 @@
|
||||
#include "../src/vgmstream.h"
|
||||
#include "../src/plugins.h"
|
||||
|
||||
#ifndef VGMSTREAM_VERSION
|
||||
# include "../version.h"
|
||||
#endif
|
||||
#include "../version.h"
|
||||
#ifndef VGMSTREAM_VERSION
|
||||
# define VGMSTREAM_VERSION "(unknown version)"
|
||||
#endif
|
||||
|
@ -16,9 +16,7 @@
|
||||
#define STDOUT_FILENO 1
|
||||
#endif
|
||||
|
||||
#ifndef VGMSTREAM_VERSION
|
||||
#include "../version.h"
|
||||
#endif
|
||||
#ifndef VGMSTREAM_VERSION
|
||||
#define VGMSTREAM_VERSION "(unknown version)"
|
||||
#endif
|
||||
|
@ -19,9 +19,7 @@ extern "C" {
|
||||
#include "foo_vgmstream.h"
|
||||
#include "foo_filetypes.h"
|
||||
|
||||
#ifndef VGMSTREAM_VERSION
|
||||
#include "../version.h"
|
||||
#endif
|
||||
#ifndef VGMSTREAM_VERSION
|
||||
#define PLUGIN_VERSION __DATE__
|
||||
#else
|
||||
|
@ -3,9 +3,7 @@
|
||||
*/
|
||||
#include "in_vgmstream.h"
|
||||
|
||||
#ifndef VGMSTREAM_VERSION
|
||||
#include "../version.h"
|
||||
#endif
|
||||
#ifndef VGMSTREAM_VERSION
|
||||
#define VGMSTREAM_VERSION "(unknown version)"
|
||||
#endif
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user