Differences From Artifact [302eba7b94]:
- File tls.h — part of check-in [737ebb9576] at 2024-01-25 22:56:39 on branch codebykevin — Extracted from https://www.codebykevin.com/fossil.cgi/tcltls (user: jan.nijtmans, size: 844) [annotate] [blame] [check-ins using]
To Artifact [625cff2305]:
- File generic/tls.h — part of check-in [b921cb3e6e] at 2024-02-20 14:58:09 on branch nijtmans — Move all *.c and *.h files to the /generic/ directory. Update win/makefile.vc from [https://chiselapp.com/user/bohagan/repository/TCLTLS/index] (user: jan.nijtmans, size: 844) [annotate] [blame] [check-ins using]
- File tls.h — part of check-in [2babef91c5] at 2020-10-15 10:36:19 on branch bug-604bb68b5c-nmake — Ticket [604bb68b5c]. Add first sketch of a nmake build. (user: oehhar, size: 844) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
19 20 21 22 23 24 25 | #define _TLS_H #include <tcl.h> /* * Initialization routines -- our entire public C API. */ | | | | 19 20 21 22 23 24 25 26 27 28 29 | #define _TLS_H #include <tcl.h> /* * Initialization routines -- our entire public C API. */ DLLEXPORT int Tls_Init(Tcl_Interp *interp); DLLEXPORT int Tls_SafeInit(Tcl_Interp *interp); #endif /* _TLS_H */ |