summaryrefslogtreecommitdiffstats
path: root/win/winMain.c
diff options
context:
space:
mode:
authornijtmans <nijtmans>2009-10-21 20:28:52 (GMT)
committernijtmans <nijtmans>2009-10-21 20:28:52 (GMT)
commit193aa9db6184f16536df9a3e3719257101cfc0b3 (patch)
tree027a8fb151a94afdd343abe0917d74e137501d56 /win/winMain.c
parentf1cb9a56a654ed9af7159062efa4216d1b816e14 (diff)
downloadtk-193aa9db6184f16536df9a3e3719257101cfc0b3.zip
tk-193aa9db6184f16536df9a3e3719257101cfc0b3.tar.gz
tk-193aa9db6184f16536df9a3e3719257101cfc0b3.tar.bz2
Bug fix for #2875562
Diffstat (limited to 'win/winMain.c')
-rw-r--r--win/winMain.c5
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>