sl@0: /*
sl@0:  * tclWinThrd.h --
sl@0:  *
sl@0:  *      This header file defines things for thread support.
sl@0:  *
sl@0:  * Copyright (c) 1998 Sun Microsystems, Inc.
sl@0:  *
sl@0:  * See the file "license.terms" for information on usage and redistribution
sl@0:  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
sl@0:  *
sl@0:  * SCCS: @(#) tclWinThrd.h 1.2 98/01/27 11:48:05
sl@0:  */
sl@0:  
sl@0: #ifndef _TCLWINTHRD
sl@0: #define _TCLWINTHRD
sl@0: 
sl@0: #ifdef TCL_THREADS
sl@0: 
sl@0: #endif /* TCL_THREADS */
sl@0: 
sl@0: #endif /* _TCLWINTHRD */