os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/mac/tclMac.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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: tclMac.h,v 1.5 2001/11/23 01:27:05 das Exp $
    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 */