diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-20 11:59:26 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-20 11:59:26 (GMT) |
commit | cc0dacf5bd3ad288d41dd1d53e2e31c651c4ad53 (patch) | |
tree | 4b361f848f41cccfec18563f8715ea3db04fe6da /generic/tclInt.decls | |
parent | 3a328819334df817532b410dffcf00fab3840851 (diff) | |
parent | be655860e9e94d14a354128098bfd22c7f9d7412 (diff) | |
download | tcl-cc0dacf5bd3ad288d41dd1d53e2e31c651c4ad53.zip tcl-cc0dacf5bd3ad288d41dd1d53e2e31c651c4ad53.tar.gz tcl-cc0dacf5bd3ad288d41dd1d53e2e31c651c4ad53.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 df60dae..cf88fd3 100644 --- a/generic/tclInt.decls +++ b/generic/tclInt.decls @@ -1168,8 +1168,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: @@ -1196,6 +1197,13 @@ declare 14 unix { const Tcl_StatBuf *statBufPtr, int dontCopyAtts) } +declare 22 unix { + TclFile TclpCreateTempFile(const char *contents) +} +declare 29 unix { + int TclWinCPUID(unsigned int index, unsigned int *regs) +} + ################################ # Mac OS X specific functions |