1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-06 07:44:57 +03:00

Merge PR #584: Mayaqua: use included zlib headers only on Windows

This commit is contained in:
Davide Beatrici
2018-07-31 19:56:36 +02:00
committed by GitHub
3 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@
#include <stdarg.h>
#include <time.h>
#include <errno.h>
#include <zlib/zlib.h>
#include <zlib.h>
#include <Mayaqua/Mayaqua.h>
#define MEMORY_SLEEP_TIME 150