linux -> unix

This commit is contained in:
Glenn Maynard
2007-05-03 02:15:55 +00:00
parent a4bdd07209
commit 7c8cf2cbdd
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ using CrashHandler::DebugBreak;
# include <unistd.h>
#endif
#if defined(CRASH_HANDLER) && (defined(LINUX) || defined(MACOSX))
#if defined(CRASH_HANDLER) && (defined(UNIX) || defined(MACOSX))
#include "archutils/Unix/CrashHandler.h"
#endif