diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-20 08:33:13 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-20 08:33:13 (GMT) |
commit | 23f5b19d027c7c6f2eec97dd900569b56a9087f7 (patch) | |
tree | 26e4c9ca77a9172d456507c85d328b5ae1368326 /generic/tclInt.decls | |
parent | d61767f9a7d9b5fee5a3e2f460ba5239180f6e8e (diff) | |
parent | fefa2c52da187dad8fac68f63f757cde175bdf8e (diff) | |
download | tcl-23f5b19d027c7c6f2eec97dd900569b56a9087f7.zip tcl-23f5b19d027c7c6f2eec97dd900569b56a9087f7.tar.gz tcl-23f5b19d027c7c6f2eec97dd900569b56a9087f7.tar.bz2 |
[Bug 3508771] load tclreg.dll in cygwin tclsh
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r-- | generic/tclInt.decls | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index 4fb88c6..269cd81 100644 --- a/generic/tclInt.decls +++ b/generic/tclInt.decls @@ -982,8 +982,9 @@ declare 8 unix { # Added in 8.1: +# On non-cygwin, this is actually a reference to TclpCreateTempFile declare 9 unix { - TclFile TclpCreateTempFile(CONST char *contents) + int TclWinGetPlatformId(void) } # Added in 8.4: @@ -1007,3 +1008,10 @@ declare 13 unix { char * TclpInetNtoa(struct in_addr addr) } +declare 22 unix { + TclFile TclpCreateTempFile(CONST char *contents) +} +declare 29 unix { + int TclWinCPUID(unsigned int index, unsigned int *regs) +} + |