diff -r 3c3684ba54eb -r 97a409a62741 stdafx.h --- a/stdafx.h Fri Dec 09 13:07:21 2005 +0000 +++ b/stdafx.h Fri Dec 09 13:17:31 2005 +0000 @@ -9,7 +9,7 @@ // MacOS X will use an NSAlert to display failed assertaions since they're lost unless running from a terminal // strgen always runs from terminal and don't need a window for asserts -#if !defined(__APPLE__) || defined(STRGEN) || defined(JAGUAR_CROSSCOMPILE) +#if !defined(__APPLE__) || defined(STRGEN) # include #else # include "os/macosx/macos.h"