mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Use system zlib
This commit is contained in:
@@ -3,7 +3,11 @@
|
||||
#include "GpIOStream.h"
|
||||
#include "MemoryManager.h"
|
||||
|
||||
#ifdef GP_ZLIB_BUILTIN
|
||||
#include <zlib.h>
|
||||
#else
|
||||
#include "zlib.h"
|
||||
#endif
|
||||
|
||||
namespace
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user