From 1c475f1af34445bb15b76cf17cb7a3fbe7648d81 Mon Sep 17 00:00:00 2001 From: nijtmans Date: Thu, 23 Sep 2010 20:59:00 +0000 Subject: winMain should never be called with stubs --- win/winMain.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/win/winMain.c b/win/winMain.c index b3d9f95..b29d355 100644 --- a/win/winMain.c +++ b/win/winMain.c @@ -11,7 +11,7 @@ * 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.31 2010/09/23 10:01:57 nijtmans Exp $ + * RCS: @(#) $Id: winMain.c,v 1.32 2010/09/23 20:59:00 nijtmans Exp $ */ /* TODO: This file does not compile in UNICODE mode. @@ -20,6 +20,9 @@ #undef UNICODE #undef _UNICODE +/* Make sure this file is never compiled with Stubs! */ +#undef USE_TCL_STUBS +#undef USE_TK_STUBS #include "tk.h" #define WIN32_LEAN_AND_MEAN #include -- cgit v0.12