fix zlib includes
This commit is contained in:
parent
c312449422
commit
2fc4023e0b
3 changed files with 7 additions and 10 deletions
|
@ -49,17 +49,12 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifndef _ZLIB_H
|
||||
#ifdef USE_LOCAL_HEADERS
|
||||
#include "../zlib/zlib.h"
|
||||
#else
|
||||
#include <zlib.h>
|
||||
#endif
|
||||
#ifdef USE_LOCAL_HEADERS
|
||||
#include "../zlib/zlib.h"
|
||||
#else
|
||||
#include <zlib.h>
|
||||
#endif
|
||||
|
||||
#ifndef _ZLIBIOAPI_H
|
||||
#include "ioapi.h"
|
||||
#endif
|
||||
|
||||
#define NOUNCRYPT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue