Consider this transplanted.
Plus, default should be the left-most branch in graphical viewing.
This commit is contained in:
@@ -25,17 +25,10 @@ extern "C" int SM_main( int argc, char *argv[] );
|
|||||||
// CGFlushDrawable() performs a glFlush() and the docs say not to call glFlush()
|
// CGFlushDrawable() performs a glFlush() and the docs say not to call glFlush()
|
||||||
#define NO_GL_FLUSH
|
#define NO_GL_FLUSH
|
||||||
|
|
||||||
#if defined(__ppc__)
|
|
||||||
# define CPU_PPC
|
|
||||||
# define ENDIAN_BIG
|
|
||||||
# define BACKTRACE_LOOKUP_METHOD_DARWIN_DYLD
|
|
||||||
# define BACKTRACE_METHOD_POWERPC_DARWIN
|
|
||||||
#elif defined(__i386__)
|
|
||||||
#define CPU_X86
|
#define CPU_X86
|
||||||
#define ENDIAN_LITTLE
|
#define ENDIAN_LITTLE
|
||||||
#define BACKTRACE_METHOD_X86_DARWIN
|
#define BACKTRACE_METHOD_X86_DARWIN
|
||||||
#define BACKTRACE_LOOKUP_METHOD_DLADDR
|
#define BACKTRACE_LOOKUP_METHOD_DLADDR
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef MACOSX
|
#ifndef MACOSX
|
||||||
# define MACOSX
|
# define MACOSX
|
||||||
|
|||||||
Reference in New Issue
Block a user