home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2001 / MacHack 2001.toast / pc / Sessions / Traut / ZStrings / Source / MacOS / GraphicalTool / DebugPrefix.h next >
Encoding:
C/C++ Source or Header  |  2001-06-23  |  828 b   |  28 lines

  1. /*==================================================================
  2.     File:        DebugPrefix.h
  3.  
  4.     Contains:    Part of Macintosh graphical ZString tool
  5.  
  6.     Written by:    Eric Traut
  7.  
  8.     Copyright:    2000-2001 Connectix Corporation
  9.     
  10.     This source has been placed into the public domain by
  11.     Connectix Corporation. You have the right to modify, 
  12.     distribute or use this code without any legal limitations
  13.     or finanicial/licensing requirements. Connectix is not 
  14.     liable for any problems that result from the use of this 
  15.     code.
  16.     
  17.     If you have comments, feedback, questions, or would like
  18.     to submit bug fixes or updates to this code, please email
  19.     opensource@connectix.com.
  20. ==================================================================*/
  21.  
  22. #if __POWERPC__
  23.     #include "DebugPrefixHeadersPPC++"        
  24. #else
  25.     #include "DebugPrefixHeaders68K++"
  26. #endif
  27.  
  28.