os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/win/tclWinThrd.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2  * tclWinThrd.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: @(#) tclWinThrd.h 1.2 98/01/27 11:48:05
    12  */
    13  
    14 #ifndef _TCLWINTHRD
    15 #define _TCLWINTHRD
    16 
    17 #ifdef TCL_THREADS
    18 
    19 #endif /* TCL_THREADS */
    20 
    21 #endif /* _TCLWINTHRD */