os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/win/tclWinThrd.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200 (2014-06-10)
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
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 */