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

Core: Prevent a preprocessor definition leak in zlib

This commit is contained in:
Anthony Nicholls 2025-05-15 15:11:23 +01:00 committed by Anthony Nicholls
parent 0181f52c48
commit c1c8eccb99

View file

@ -74,6 +74,7 @@ namespace zlibNamespace
#undef DO1
#undef DO8
#include "zlib/crc32.c"
#undef N
#include "zlib/deflate.c"
#include "zlib/inffast.c"
#undef PULLBYTE