summaryrefslogtreecommitdiffstats
path: root/win/winMain.c
diff options
context:
space:
mode:
authornijtmans <nijtmans@noemail.net>2009-10-21 20:28:51 (GMT)
committernijtmans <nijtmans@noemail.net>2009-10-21 20:28:51 (GMT)
commit66b24785a0b7b2336e60213d31ccdd3aa3a14d5f (patch)
tree027a8fb151a94afdd343abe0917d74e137501d56 /win/winMain.c
parentf804e1f98ef4bd5ad8ba1036517953d85ede4a6f (diff)
downloadtk-66b24785a0b7b2336e60213d31ccdd3aa3a14d5f.zip
tk-66b24785a0b7b2336e60213d31ccdd3aa3a14d5f.tar.gz
tk-66b24785a0b7b2336e60213d31ccdd3aa3a14d5f.tar.bz2
Bug fix for #2875562
FossilOrigin-Name: b2b4eef01bec99024a46fcb43e3fb684ba5d1f28
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>