home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2001 / MacHack 2001.toast / pc / Sessions / Traut / ZStrings / Source / MacOS / GraphicalTool / PrefixCommon.h < prev   
Encoding:
Text File  |  2001-06-23  |  1.2 KB  |  41 lines

  1. /*==================================================================
  2.     File:        PrefixCommon.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.  
  23. // Option for using PowerPlant namespace
  24. #define PP_Uses_PowerPlant_Namespace        0    // OFF, don't use PowerPlant namespace
  25.  
  26. // Standard Dialogs
  27. #define PP_StdDialogs_Option                PP_StdDialogs_Conditional    // use conditional standard dialog
  28.                                                                         // implementation
  29.  
  30. // Force the use of new types
  31. #define PP_Uses_Old_Integer_Types            0    // OFF, use new types
  32.  
  33. // Don't allow use of the obsolete AllowTargetSwitch
  34. #define PP_Obsolete_AllowTargetSwitch        0
  35.  
  36. // Don't show release notes warnings for old projects
  37. #define PP_Suppress_Notes_20                1
  38.  
  39.  
  40.  
  41.