summaryrefslogtreecommitdiffstats
path: root/win/winMain.c
diff options
context:
space:
mode:
authorredman <redman>1999-03-07 00:15:43 (GMT)
committerredman <redman>1999-03-07 00:15:43 (GMT)
commit46bfdd36ce4350197017fe688e50126bb2d96078 (patch)
treef7fe94611b6c21ea4e04e6bbe2e14bed676f3b67 /win/winMain.c
parent6a6d3284e86e6e0e635cd678424fe6ecf3d68d44 (diff)
downloadtk-46bfdd36ce4350197017fe688e50126bb2d96078.zip
tk-46bfdd36ce4350197017fe688e50126bb2d96078.tar.gz
tk-46bfdd36ce4350197017fe688e50126bb2d96078.tar.bz2
Stubs changes, now wish works on Windows.
Diffstat (limited to 'win/winMain.c')
-rw-r--r--win/winMain.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/winMain.c b/win/winMain.c
index d55f447..6047d7b 100644
--- a/win/winMain.c
+++ b/win/winMain.c
@@ -8,10 +8,11 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: winMain.c,v 1.4.4.1 1999/03/06 23:18:05 stanton Exp $
+ * RCS: @(#) $Id: winMain.c,v 1.4.4.2 1999/03/07 00:15:47 redman Exp $
*/
#include <tk.h>
+#include "tkInt.h"
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#undef WIN32_LEAN_AND_MEAN
@@ -23,8 +24,6 @@
* interfaces are available for use, but are not supported.
*/
-EXTERN int TkConsoleInit(Tcl_Interp *interp);
-
/*
* Forward declarations for procedures defined later in this file:
*/
@@ -133,6 +132,7 @@ Tcl_AppInit(interp)
if (Tk_Init(interp) == TCL_ERROR) {
goto error;
}
+
Tcl_StaticPackage(interp, "Tk", Tk_Init, Tk_SafeInit);
/*