You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
473 B
1 lines
473 B
// ===========================================================================
// UAM_DebugHeaders.h ©1998 Microsoft Corp. All rights reserved.
// ===========================================================================
#include <MacHeadersMach-O.h>
#define UAM_TARGET_CARBON
#define UAM_TARGET_PPC
//
//This tells everything to build as debug.
//
#define UAMDebug
//
//These are needed because we include the MacSSP headers.
//
#include <SspDebugHeadersMach.h>
|