author | sl@SLION-WIN7.fritz.box |
Fri, 15 Jun 2012 03:10:57 +0200 | |
changeset 0 | bde4ae8d615e |
permissions | -rw-r--r-- |
sl@0 | 1 |
/* |
sl@0 | 2 |
* tclWinThrd.h -- |
sl@0 | 3 |
* |
sl@0 | 4 |
* This header file defines things for thread support. |
sl@0 | 5 |
* |
sl@0 | 6 |
* Copyright (c) 1998 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 |
* SCCS: @(#) tclWinThrd.h 1.2 98/01/27 11:48:05 |
sl@0 | 12 |
*/ |
sl@0 | 13 |
|
sl@0 | 14 |
#ifndef _TCLWINTHRD |
sl@0 | 15 |
#define _TCLWINTHRD |
sl@0 | 16 |
|
sl@0 | 17 |
#ifdef TCL_THREADS |
sl@0 | 18 |
|
sl@0 | 19 |
#endif /* TCL_THREADS */ |
sl@0 | 20 |
|
sl@0 | 21 |
#endif /* _TCLWINTHRD */ |