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 <stdlib.h>
|
||||
|
||||
#define WAVPACK_MEMORY_ASSUMED_VERSION 5
|
||||
|
||||
struct st_audio_file {
|
||||
int type;
|
||||
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>
|
||||
#endif
|
||||
|
||||
#define WAVPACK_MEMORY_ASSUMED_VERSION 5
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue