#define CRASH_HANDLER

This commit is contained in:
Glenn Maynard
2004-05-06 09:14:10 +00:00
parent c678693d7f
commit f8090d709a
+5 -1
View File
@@ -71,9 +71,13 @@ inline int lrintf( float f )
return retval;
}
/* For RageLog */
/* For RageLog. */
#define HAVE_VERSION_INFO
/* We implement the crash handler interface (though that interface isn't completely
* uniform across platforms yet). */
#define CRASH_HANDLER
#ifdef _XBOX
#include <xtl.h>
#include <xgraphics.h>