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:
parent
9a12e93f5a
commit
5b58f1c61e
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue