home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Developer Kit / QuickTime 2.0 Developer Kit.iso / mac / MAC / Programming Stuff / Documentation / develop / develop Issue 12 / develop 12 code / Components / DebugFlags.h < prev    next >
Encoding:
Text File  |  1992-10-16  |  642 b   |  31 lines  |  [TEXT/KAHL]

  1. /*
  2.     File:        DebugFlags.h
  3.  
  4.     Contains:    Debug flags.
  5.  
  6.     Written by:    Gary Woodcock
  7.  
  8.     Copyright:    © 1992 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12. */
  13.  
  14. //-----------------------------------------------------------------------
  15.  
  16. #ifndef _DEBUGFLAGS_
  17. #define    _DEBUGFLAGS_
  18.  
  19. //-----------------------------------------------------------------------
  20. // flags
  21.  
  22. // Comment out this flag when building a standalone component
  23. //#define DEBUG_IT    
  24.  
  25. //-----------------------------------------------------------------------
  26.  
  27. #endif _DEBUGFLAGS_
  28.  
  29. //-----------------------------------------------------------------------
  30.  
  31.