mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-29 18:37:41 +08:00
Add conditional compiling for COSMOCC.
This commit is contained in:
parent
434760abe8
commit
a085215c1e
@ -1,11 +1,11 @@
|
||||
#include "acl_stdafx.hpp"
|
||||
|
||||
#if 0
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
# include "zlib-1.2.11/zlib.h"
|
||||
#else
|
||||
# include <zlib.h>
|
||||
#endif
|
||||
#ifndef COSMOCC
|
||||
# if defined(_WIN32) || defined(_WIN64)
|
||||
# include "zlib-1.2.11/zlib.h"
|
||||
# else
|
||||
# include <zlib.h>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef ACL_PREPARE_COMPILE
|
||||
|
Loading…
Reference in New Issue
Block a user