summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authornijtmans <nijtmans@noemail.net>2010-09-16 14:49:36 (GMT)
committernijtmans <nijtmans@noemail.net>2010-09-16 14:49:36 (GMT)
commit55ecb0e20a528bad9d7bc0d7da690f6c0a6e1048 (patch)
tree09e3deddc87e3b0f9ead316af857ae1d4c5b4213 /generic/tclStubInit.c
parent21a1997110332b0224ffacc0b71a27c14be9da26 (diff)
downloadtcl-55ecb0e20a528bad9d7bc0d7da690f6c0a6e1048.zip
tcl-55ecb0e20a528bad9d7bc0d7da690f6c0a6e1048.tar.gz
tcl-55ecb0e20a528bad9d7bc0d7da690f6c0a6e1048.tar.bz2
Make Tcl_FindExecutable() work in UNICODE compiles (windows-only) as well as ASCII.
Needed for [FRQ 491789]: setargv() doesn't support a unicode cmdline FossilOrigin-Name: ec07a95ae4eca88163d852c598961d2f5ccf5ebe
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index e004694..b804b9a 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclStubInit.c,v 1.196 2010/08/25 01:00:10 nijtmans Exp $
+ * RCS: @(#) $Id: tclStubInit.c,v 1.197 2010/09/16 14:49:37 nijtmans Exp $
*/
#include "tclInt.h"
@@ -40,6 +40,7 @@
#undef Tcl_FindHashEntry
#undef Tcl_CreateHashEntry
#undef Tcl_Panic
+#undef Tcl_FindExecutable
/*
* WARNING: The contents of this file is automatically generated by the