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

通讯编程

开发平台:

Visual C++

  1. /*
  2.  * tclUnixThrd.h --
  3.  *
  4.  *      This header file defines things for thread support.
  5.  *
  6.  * Copyright (c) 1998 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.  * SCCS: @(#)
  12.  */
  13.  
  14. #ifndef _TCLMACTHRD
  15. #define _TCLMACTHRD
  16. #ifdef TCL_THREADS
  17. #endif /* TCL_THREADS */
  18. #endif /* _TCLMACTHRD */