Leaked source code of windows server 2003
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.
|
|
// ===========================================================================
// 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>
|