OSDN Git Service

2003-07-09 Chris Demetriou <cgd@broadcom.com>
[pf3gnuchains/pf3gnuchains3x.git] / tcl / mac / tclMac.h
1 /*
2  * tclMac.h --
3  *
4  *      Declarations of Macintosh specific public variables and procedures.
5  *
6  * Copyright (c) 1997 Sun Microsystems, Inc.
7  *
8  * See the file "license.terms" for information on usage and redistribution
9  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
10  *
11  * RCS: @(#) $Id$
12  */
13
14 #ifndef _TCLMAC
15 #define _TCLMAC
16
17 #ifndef _TCL
18 #   include "tcl.h"
19 #endif
20 #include <Types.h>
21 #include <Files.h>
22 #include <Events.h>
23
24 typedef int (*Tcl_MacConvertEventPtr) _ANSI_ARGS_((EventRecord *eventPtr));
25
26 #include "tclPlatDecls.h"
27
28 #endif /* _TCLMAC */