DARWIN -> __MACOSX__

This commit is contained in:
Steve Checkoway
2005-06-21 08:56:36 +00:00
parent 1795ac93c1
commit 99387583f9
19 changed files with 31 additions and 34 deletions
+1 -1
View File
@@ -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.