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.
Includes/DebugFlags.h
/* |
File: DebugFlags.h |
Contains: Debug flags. |
Written by: Gary Woodcock |
Copyright: © 1992 by Gary Woodcock, all rights reserved. |
Change History (most recent first): |
*/ |
//----------------------------------------------------------------------- |
#ifndef _DEBUGFLAGS_ |
#define _DEBUGFLAGS_ |
//----------------------------------------------------------------------- |
// flags |
// Comment out this flag when building a standalone component |
//#define DEBUG_ME |
//----------------------------------------------------------------------- |
#endif _DEBUGFLAGS_ |
//----------------------------------------------------------------------- |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14