diff options
Diffstat (limited to 'win/winMain.c')
-rw-r--r-- | win/winMain.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/win/winMain.c b/win/winMain.c index b42e05e..ab7fdc5 100644 --- a/win/winMain.c +++ b/win/winMain.c @@ -9,9 +9,15 @@ * 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.29 2010/01/22 14:17:53 nijtmans Exp $ + * RCS: @(#) $Id: winMain.c,v 1.30 2010/09/10 08:59:24 nijtmans Exp $ */ +/* TODO: This file does not compile in UNICODE mode. + * See [Freq 2965056]: Windows build with -DUNICODE + */ +#undef UNICODE +#undef _UNICODE + /* Make sure this file is never compiled with Stubs! */ #undef USE_TCL_STUBS #undef USE_TK_STUBS |