summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-19 22:27:10 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-19 22:27:10 (GMT)
commitfefa2c52da187dad8fac68f63f757cde175bdf8e (patch)
treec7d12014487ef27a07345e1462b55a520681304d /generic/tclInt.decls
parent123f5954787216f58928f41149aecdfd49f112f0 (diff)
downloadtcl-fefa2c52da187dad8fac68f63f757cde175bdf8e.zip
tcl-fefa2c52da187dad8fac68f63f757cde175bdf8e.tar.gz
tcl-fefa2c52da187dad8fac68f63f757cde175bdf8e.tar.bz2
implement Tcl_WinUtfToTChar and Tcl_WinTCharToUtf for cygwin
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r--generic/tclInt.decls3
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index e3d3a08..269cd81 100644
--- a/generic/tclInt.decls
+++ b/generic/tclInt.decls
@@ -1011,4 +1011,7 @@ declare 13 unix {
declare 22 unix {
TclFile TclpCreateTempFile(CONST char *contents)
}
+declare 29 unix {
+ int TclWinCPUID(unsigned int index, unsigned int *regs)
+}