1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

FlacAudioFormat: Correctly balance preprocessor pragmas

This commit is contained in:
reuk 2022-05-11 20:05:34 +01:00
parent 9a12e93f5a
commit 5b58f1c61e
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11

View file

@ -153,12 +153,13 @@ namespace FlacNamespace
#include "flac/libFLAC/stream_encoder_framing.c"
#include "flac/libFLAC/window_flac.c"
#undef VERSION
#else
#include <FLAC/all.h>
#endif
JUCE_END_IGNORE_WARNINGS_GCC_LIKE
JUCE_END_IGNORE_WARNINGS_MSVC
#else
#include <FLAC/all.h>
#endif
}
#undef max