diff options
Diffstat (limited to 'win/winMain.c')
-rw-r--r-- | win/winMain.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/win/winMain.c b/win/winMain.c index c75c22c..5b914b1 100644 --- a/win/winMain.c +++ b/win/winMain.c @@ -9,9 +9,12 @@ * 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.27 2008/04/27 22:39:17 dkf Exp $ + * RCS: @(#) $Id: winMain.c,v 1.28 2009/10/21 20:28:52 nijtmans Exp $ */ +/* Make sure this file is never compiled with Stubs! */ +#undef USE_TCL_STUBS +#undef USE_TK_STUBS #include "tkInt.h" #define WIN32_LEAN_AND_MEAN #include <windows.h> |