Move define
This commit is contained in:
parent
17584a414a
commit
c3c416496f
2 changed files with 2 additions and 2 deletions
2
external/st_audiofile/src/st_audiofile.c
vendored
2
external/st_audiofile/src/st_audiofile.c
vendored
|
|
@ -9,6 +9,8 @@
|
||||||
#include "st_audiofile_libs.h"
|
#include "st_audiofile_libs.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
#define WAVPACK_MEMORY_ASSUMED_VERSION 5
|
||||||
|
|
||||||
struct st_audio_file {
|
struct st_audio_file {
|
||||||
int type;
|
int type;
|
||||||
union {
|
union {
|
||||||
|
|
|
||||||
2
external/st_audiofile/src/st_audiofile.h
vendored
2
external/st_audiofile/src/st_audiofile.h
vendored
|
|
@ -19,8 +19,6 @@
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define WAVPACK_MEMORY_ASSUMED_VERSION 5
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue