sl@0
|
1 |
/*
|
sl@0
|
2 |
* tclMac.h --
|
sl@0
|
3 |
*
|
sl@0
|
4 |
* Declarations of Macintosh specific public variables and procedures.
|
sl@0
|
5 |
*
|
sl@0
|
6 |
* Copyright (c) 1997 Sun Microsystems, Inc.
|
sl@0
|
7 |
*
|
sl@0
|
8 |
* See the file "license.terms" for information on usage and redistribution
|
sl@0
|
9 |
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
sl@0
|
10 |
*
|
sl@0
|
11 |
* RCS: @(#) $Id: tclMac.h,v 1.5 2001/11/23 01:27:05 das Exp $
|
sl@0
|
12 |
*/
|
sl@0
|
13 |
|
sl@0
|
14 |
#ifndef _TCLMAC
|
sl@0
|
15 |
#define _TCLMAC
|
sl@0
|
16 |
|
sl@0
|
17 |
#ifndef _TCL
|
sl@0
|
18 |
# include "tcl.h"
|
sl@0
|
19 |
#endif
|
sl@0
|
20 |
#include <Types.h>
|
sl@0
|
21 |
#include <Files.h>
|
sl@0
|
22 |
#include <Events.h>
|
sl@0
|
23 |
|
sl@0
|
24 |
typedef int (*Tcl_MacConvertEventPtr) _ANSI_ARGS_((EventRecord *eventPtr));
|
sl@0
|
25 |
|
sl@0
|
26 |
#include "tclPlatDecls.h"
|
sl@0
|
27 |
|
sl@0
|
28 |
#endif /* _TCLMAC */
|