Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
Common Files/MacPrefix.h
////////// |
// |
// File: MacPrefix.h |
// |
// Contains: Prefix file for our Macintosh projects. |
// |
// Written by: Tim Monroe |
// |
// Copyright: © 1999 by Apple Computer, Inc., all rights reserved. |
// |
// Change History (most recent first): |
// |
// <1> 11/11/99 rtm first file |
// |
////////// |
#ifndef __Prefix_File__ |
#define __Prefix_File__ |
////////// |
// |
// header files |
// |
////////// |
#define TARGET_API_MAC_CARBON 1 |
#include <ConditionalMacros.h> |
////////// |
// |
// compiler macros |
// |
////////// |
#ifndef PASCAL_RTN |
#define PASCAL_RTN pascal |
#endif |
#if TARGET_CPU_PPC |
#define SOUNDSPROCKET_AVAIL 1 |
#else |
#define SOUNDSPROCKET_AVAIL 0 |
#endif |
#endif // __Prefix_File__ |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14