diff options
author | nijtmans <nijtmans> | 2010-07-16 22:06:04 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-07-16 22:06:04 (GMT) |
commit | a5b009796383e0a829c96ed6ac24c3b035f55fde (patch) | |
tree | 1ab293900e82d01e1060a7bf524bd8ae1fd61bc7 /generic/tkDecls.h | |
parent | 914fd8473c892c8067540984d46d755984fee66a (diff) | |
download | tk-a5b009796383e0a829c96ed6ac24c3b035f55fde.zip tk-a5b009796383e0a829c96ed6ac24c3b035f55fde.tar.gz tk-a5b009796383e0a829c96ed6ac24c3b035f55fde.tar.bz2 |
[Tcl Bug 3029891] Functions that don't belong in the stub table (Tk part, not really removed from the stub table, just disabled)
[Bug 3027438] Tk_Main calls Tcl_CreateInterp before Tcl_FindExecutable
Diffstat (limited to 'generic/tkDecls.h')
-rw-r--r-- | generic/tkDecls.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/generic/tkDecls.h b/generic/tkDecls.h index dacb04c..2d5f3ab 100644 --- a/generic/tkDecls.h +++ b/generic/tkDecls.h @@ -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: tkDecls.h,v 1.47 2010/05/10 20:58:18 nijtmans Exp $ + * RCS: @(#) $Id: tkDecls.h,v 1.48 2010/07/16 22:06:05 nijtmans Exp $ */ #ifndef _TKDECLS @@ -3098,5 +3098,11 @@ extern const TkStubs *tkStubsPtr; #undef TCL_STORAGE_CLASS #define TCL_STORAGE_CLASS DLLIMPORT +/* Functions that don't belong in the stub table */ +#undef Tk_MainEx +#undef Tk_Init +#undef Tk_SafeInit +#undef Tk_CreateConsoleWindow + #endif /* _TKDECLS */ |