Commit 77405cc5 authored by hybrid's avatar hybrid

Make aes includes also optional.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2976 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 0b00abe7
...@@ -15,11 +15,15 @@ ...@@ -15,11 +15,15 @@
#ifdef _IRR_COMPILE_WITH_ZLIB_ #ifdef _IRR_COMPILE_WITH_ZLIB_
#ifndef _IRR_USE_NON_SYSTEM_ZLIB_ #ifndef _IRR_USE_NON_SYSTEM_ZLIB_
#include <zlib.h> // use system lib #include <zlib.h> // use system lib
#else // _IRR_USE_NON_SYSTEM_ZLIB_ #else
#include "zlib/zlib.h" #include "zlib/zlib.h"
#endif // _IRR_USE_NON_SYSTEM_ZLIB_ #endif
#endif // _IRR_COMPILE_WITH_ZLIB_
#include "aesGladman/fileenc.h" #ifdef _IRR_COMPILE_WITH_ZIP_ENCRYPTION_
#include "aesGladman/fileenc.h"
#endif
#endif
namespace irr namespace irr
{ {
namespace io namespace io
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment