Skip to content

Commit f3a9d60

Browse files
committed
Fix windows
1 parent 9c1a6b0 commit f3a9d60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

thirdparty/flac_library/flac_library_2.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,8 @@
2727
#include "stream_encoder_intrin_ssse3.c"
2828
#include "stream_encoder.c"
2929

30+
#if _MSC_VER
31+
#include "share/win_utf8_io/win_utf8_io.c"
32+
#endif
33+
3034
#include "flac_include_post.h"

0 commit comments

Comments
 (0)