os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/mac/tclMac.h
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/mac/tclMac.h	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,28 @@
     1.4 +/*
     1.5 + * tclMac.h --
     1.6 + *
     1.7 + *	Declarations of Macintosh specific public variables and procedures.
     1.8 + *
     1.9 + * Copyright (c) 1997 Sun Microsystems, Inc.
    1.10 + *
    1.11 + * See the file "license.terms" for information on usage and redistribution
    1.12 + * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1.13 + *
    1.14 + * RCS: @(#) $Id: tclMac.h,v 1.5 2001/11/23 01:27:05 das Exp $
    1.15 + */
    1.16 +
    1.17 +#ifndef _TCLMAC
    1.18 +#define _TCLMAC
    1.19 +
    1.20 +#ifndef _TCL
    1.21 +#   include "tcl.h"
    1.22 +#endif
    1.23 +#include <Types.h>
    1.24 +#include <Files.h>
    1.25 +#include <Events.h>
    1.26 +
    1.27 +typedef int (*Tcl_MacConvertEventPtr) _ANSI_ARGS_((EventRecord *eventPtr));
    1.28 +
    1.29 +#include "tclPlatDecls.h"
    1.30 +
    1.31 +#endif /* _TCLMAC */