[sm130futures] zlib covered. vorbis not used...?
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
#include <memory>
|
||||
|
||||
#if defined(_WINDOWS)
|
||||
#include "zlib/zlib.h"
|
||||
#include "../extern/zlib/zlib.h"
|
||||
#if defined(_MSC_VER)
|
||||
#pragma comment(lib, "zlib/zdll.lib")
|
||||
#pragma comment(lib, "../extern/zlib/zdll.lib")
|
||||
#endif
|
||||
#elif defined(MACOSX)
|
||||
/* Since crypto++ was added to the repository, <zlib.h> includes the zlib.h
|
||||
|
||||
Reference in New Issue
Block a user