Switch to miniz from zlib

This commit is contained in:
Cacodemon345 2023-09-17 13:48:39 +02:00 committed by Christoph Oelckers
commit ba9ce0e83f
54 changed files with 9285 additions and 24321 deletions

View file

@ -36,7 +36,7 @@
// Caution: LzmaDec also pulls in windows.h!
#define NOMINMAX
#include "LzmaDec.h"
#include <zlib.h>
#include <miniz.h>
#include <bzlib.h>
#include <algorithm>
#include <stdexcept>