Use system zlib

This commit is contained in:
elasota
2020-10-17 18:04:28 -04:00
parent 8031f66226
commit fbf73fd832
5 changed files with 9 additions and 23 deletions

View File

@@ -3,7 +3,11 @@
#include "GpIOStream.h"
#include "MemoryManager.h"
#ifdef GP_ZLIB_BUILTIN
#include <zlib.h>
#else
#include "zlib.h"
#endif
namespace
{