DARWIN -> __MACOSX__
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#if defined(_MSC_VER) || defined(_XBOX)
|
||||
#include "zlib/zlib.h"
|
||||
#pragma comment(lib, "zlib/zdll.lib")
|
||||
#elif defined(DARWIN)
|
||||
#elif defined(__MACOSX__)
|
||||
/* Since crypto++ was added to the repository, <zlib.h> includes the zlib.h
|
||||
* in there rather than the correct system one. I don't know why it would do
|
||||
* this since crypto51 is not being listed as one of the include directories.
|
||||
|
||||
Reference in New Issue
Block a user