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
@@ -19,7 +19,7 @@
#include "CrashHandler.h"
#include "CrashHandlerInternal.h"
#if defined(DARWIN)
#if defined(__MACOSX__)
# include "../Darwin/DarwinThreadHelpers.h"
#endif