stdafx.h
changeset 2731 97a409a62741
parent 2730 3c3684ba54eb
child 2889 ac841003c51e
--- 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 <assert.h>
 #else
 # include "os/macosx/macos.h"