home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / zkuste / macos / Files / hexedit.sit / HexEdit_Release / Project / Carbon.pch < prev    next >
Text File  |  2002-10-31  |  1KB  |  39 lines

  1. /*
  2.  * The contents of this file are subject to the Mozilla Public
  3.  * License Version 1.1 (the "License"); you may not use this file
  4.  * except in compliance with the License. You may obtain a copy of
  5.  * the License at http://www.mozilla.org/MPL/
  6.  * 
  7.  * Software distributed under the License is distributed on an "AS
  8.  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  9.  * implied. See the License for the specific language governing
  10.  * rights and limitations under the License.
  11.  * 
  12.  * The Original Code is Copyright 1993 Jim Bumgardner.
  13.  * 
  14.  * The Initial Developer of the Original Code is Jim Bumgardner
  15.  * Portions created by Lane Roathe are
  16.  * Copyright (C) Copyright ⌐ 1996-2002.
  17.  * All Rights Reserved.
  18.  *
  19.  * Modified: $Date: 2002/03/20 06:38:45 $
  20.  * Revision: $Id: Carbon.pch,v 1.6 2002/03/20 06:38:45 raving Exp $
  21.  *
  22.  * Contributor(s):
  23.  *        Lane Roathe
  24.  *        George Warner
  25.  */
  26.  
  27. #pragma precompile_target "HexEditCarbon.mch"
  28.  
  29. #pragma once on
  30.  
  31. #define TARGET_API_MAC_CARBON             1
  32. #define ACCESSOR_CALLS_ARE_FUNCTIONS    1
  33.  
  34. #if __option(sym)
  35.     #define DEBUG 1
  36. #endif
  37.  
  38. #include "CarbonHeaders.c"        //LR 1.76 -- must have "Carbon Support" folder and 1.3 or later
  39.