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.
Mac Framework/MWPrefix.h
// MW Prefix file |
// Precompiled headers: |
#ifdef powerc |
#include <MacHeadersPPC> |
#else |
#include <MacHeaders68k> |
#endif |
// Definitions for the project |
#define DEBUG true |
// If you want to signal that you are using SIOUX, enable the following flag: |
#define USESIOUX true |
// If you want to restrict the framework to handle just one movie at a time, set this flag: |
// #define ONEMOVIELIMIT true |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14