Co-Authored-By: Andrew Kaster <akaster@serenityos.org>
We have such nice platform macros, let's clean up any remnants of manual __my_platform__ macros in LibCore, LibCompress and AK.
This implements the BrotliDecompressionStream, which is a Core::Stream that can decompress another Core::Stream.