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.
Sampdefines.h
/*------------------------------------------------------------------------------ |
* |
* Apple Developer Technical Support |
* |
* Edition publishing routines |
* |
* Program: AEObject-Edition Sample |
* File: SampDefines.h - C Source |
* |
* by: C.K. Haun <TR> |
* |
* Copyright © 1990-1992 Apple Computer, Inc. |
* All rights reserved. |
* |
*------------------------------------------------------------------------------ |
* This file loads the defines, macros, and prototypes I use in this sample |
*----------------------------------------------------------------------------*/ |
#ifndef __DEFINES__ |
#define __DEFINES__ |
#ifdef __REDUMP__ |
#include "SampConstants.h" |
#include "Structs.h" |
#include "prototypes.h" |
#include "Macros.h" |
#else |
#pragma load "Sampheaders" /* see the Buildheaders.c file */ |
#endif |
#endif |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14