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.
|
|
// ===========================================================================
// SspHeadersMach.h �2001 Microsoft Corp. All rights reserved.
// ===========================================================================
#ifndef UAM_TARGET_CARBON
#include <MacHeadersMach-O.h> // Precompiled header of Toolbox routines
#endif
#define __MACUAM__ //Needed for MWERKSCrypt.h in RSA32 lib.
#define SSP_TARGET_PPC
#define MAC_TARGET_CARBON
#define MAC
//
//This is needed so we can use the RSA32 headers and not conflict
//with typedefs in that library.
//
#define __MACSSP__
//
//This define will force the inclusion of several windows
//typdefs and functions not available on the mac.
//
#define BLDR_KERNEL_RUNTIME
//
//On what platform are we compiling the Ssp library for?
//
#define SECURITY_MAC
//
//Define the following when building on Carbon.
//
#define SSP_TARGET_CARBON
|