os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/win/tclWinThrd.h
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/win/tclWinThrd.h	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,21 @@
     1.4 +/*
     1.5 + * tclWinThrd.h --
     1.6 + *
     1.7 + *      This header file defines things for thread support.
     1.8 + *
     1.9 + * Copyright (c) 1998 Sun Microsystems, Inc.
    1.10 + *
    1.11 + * See the file "license.terms" for information on usage and redistribution
    1.12 + * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1.13 + *
    1.14 + * SCCS: @(#) tclWinThrd.h 1.2 98/01/27 11:48:05
    1.15 + */
    1.16 + 
    1.17 +#ifndef _TCLWINTHRD
    1.18 +#define _TCLWINTHRD
    1.19 +
    1.20 +#ifdef TCL_THREADS
    1.21 +
    1.22 +#endif /* TCL_THREADS */
    1.23 +
    1.24 +#endif /* _TCLWINTHRD */