tclMac.h
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  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. #ifndef _TCLMAC
  14. #define _TCLMAC
  15. #ifndef _TCL
  16. #   include "tcl.h"
  17. #endif
  18. #include <Types.h>
  19. #include <Files.h>
  20. #include <Events.h>
  21. typedef int (*Tcl_MacConvertEventPtr) _ANSI_ARGS_((EventRecord *eventPtr));
  22. #include "tclPlatDecls.h"
  23. #endif /* _TCLMAC */