mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-09 19:20:41 +03:00
Mayaqua: use included zlib headers only on Windows
zlib doesn't have a dedicated directory on Unix systems, because it has a single header, meaning that the header from the repository was being used instead. This commit moves the header to the Windows includes directory, so that we can use the proper include path on all systems.
This commit is contained in:
parent
ce5ee2b070
commit
66b2d7234d
@ -120,7 +120,7 @@
|
|||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <zlib/zlib.h>
|
#include <zlib.h>
|
||||||
#include <Mayaqua/Mayaqua.h>
|
#include <Mayaqua/Mayaqua.h>
|
||||||
|
|
||||||
#define MEMORY_SLEEP_TIME 150
|
#define MEMORY_SLEEP_TIME 150
|
||||||
|
Loading…
Reference in New Issue
Block a user