Move define

This commit is contained in:
Paul Ferrand 2023-05-30 09:23:51 +02:00
parent 17584a414a
commit c3c416496f
2 changed files with 2 additions and 2 deletions

View file

@ -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 {

View file

@ -19,8 +19,6 @@
#include <wchar.h>
#endif
#define WAVPACK_MEMORY_ASSUMED_VERSION 5
#ifdef __cplusplus
extern "C" {
#endif