Skip to content

Commit a0c5243

Browse files
committed
Remove STDIO from dr_libs
1 parent efac143 commit a0c5243

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

thirdparty/dr_libs/dr_libs.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939

4040
#pragma once
4141

42+
#define DR_FLAC_NO_STDIO 1
4243
#include "upstream/dr_flac.h"
44+
45+
#define DR_MP3_NO_STDIO 1
4346
#include "upstream/dr_mp3.h"
47+
48+
#define DR_WAV_NO_STDIO 1
4449
#include "upstream/dr_wav.h"

0 commit comments

Comments
 (0)