diff options
Diffstat (limited to 'win/tclWinTest.c')
-rw-r--r-- | win/tclWinTest.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/win/tclWinTest.c b/win/tclWinTest.c index 33ceaf6..1a1c9d2 100644 --- a/win/tclWinTest.c +++ b/win/tclWinTest.c @@ -8,9 +8,15 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclWinTest.c,v 1.26 2009/11/18 23:46:05 nijtmans Exp $ + * RCS: @(#) $Id: tclWinTest.c,v 1.27 2010/08/30 09:19:38 nijtmans Exp $ */ +/* TODO: This file does not compile in UNICODE mode. + * See [Freq 2965056]: Windows build with -DUNICODE + */ +#undef UNICODE +#undef _UNICODE + #ifndef USE_TCL_STUBS # define USE_TCL_STUBS #endif |