Source:SLASH'EM 0.0.7E7F2/mac-carbon.h

From NetHackWiki
Jump to navigation Jump to search

Below is the full text to mac-carbon.h from the source code of SLASH'EM 0.0.7E7F2. To link to a particular line, write [[SLASH'EM 0.0.7E7F2/mac-carbon.h#line123]], for example.

The latest source code for vanilla NetHack is at Source code.


The NetHack General Public License applies to screenshots, source code and other content from NetHack.

This content was modified from the original NetHack source code distribution (by splitting up NetHack content between wiki pages, and possibly further editing). See the page history for a list of who changed it, and on what dates.

1.    /*	SCCS Id: @(#)mac-carbon.h	3.4	2003/06/01	*/
2.    /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 2003. */
3.    /* NetHack may be freely redistributed.  See license for details. */
4.    
5.    /*	Compiler prefix file for the Macintosh Carbon port.
6.     *
7.     *	IMPORTANT: This file is intended only as a compiler prefix
8.     *	file and must NEVER be included by other source (.c or .h)
9.     *	files.
10.    *
11.    *	Usage for MacOS X Project Builder:
12.    *		Project menu -> Edit Active Target '_target_' ->
13.    *		target settings dialog -> Settings -> Simple View ->
14.    *		GCC Compiler Settings ->
15.    *		set "Prefix Header" to include/mac-carbon.h
16.    *
17.    *	Usage for Metrowerks CodeWarrior:
18.    *		Edit menu -> _target_ Settings -> Language Settings ->
19.    *		C/C++ Language ->
20.    *		set "Prefix File" to include/mac-carbon.h
21.    */
22.   
23.   #define MAC
24.   #undef UNIX
25.   
26.   /* May already be defined by CodeWarrior as 0 or 1 */
27.   #ifdef TARGET_API_MAC_CARBON
28.   # undef TARGET_API_MAC_CARBON
29.   #endif
30.   #define TARGET_API_MAC_CARBON 1
31.   
32.   #define GCC_WARN