diff options
Diffstat (limited to 'win/tclWinDde.c')
-rw-r--r-- | win/tclWinDde.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/win/tclWinDde.c b/win/tclWinDde.c index a0d8145..9909d3a 100644 --- a/win/tclWinDde.c +++ b/win/tclWinDde.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: tclWinDde.c,v 1.43 2010/05/11 14:47:12 nijtmans Exp $ + * RCS: @(#) $Id: tclWinDde.c,v 1.44 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 + #undef STATIC_BUILD #ifndef USE_TCL_STUBS # define USE_TCL_STUBS |