summaryrefslogtreecommitdiffstats
path: root/win/tclWinReg.c
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-08-30 09:19:37 (GMT)
committernijtmans <nijtmans>2010-08-30 09:19:37 (GMT)
commitaf6af80ab88abd5db88a9b378434fa041f19a74a (patch)
tree0d954c81b8cc7292bf263a114bf84176c178bbe1 /win/tclWinReg.c
parentff9209620e3750a879b1cfe363cb06042092dfdc (diff)
downloadtcl-af6af80ab88abd5db88a9b378434fa041f19a74a.zip
tcl-af6af80ab88abd5db88a9b378434fa041f19a74a.tar.gz
tcl-af6af80ab88abd5db88a9b378434fa041f19a74a.tar.bz2
[Freq 2965056]: Windows build with -DUNICODE
Diffstat (limited to 'win/tclWinReg.c')
-rw-r--r--win/tclWinReg.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/win/tclWinReg.c b/win/tclWinReg.c
index a2d9085..987099c 100644
--- a/win/tclWinReg.c
+++ b/win/tclWinReg.c
@@ -11,9 +11,15 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclWinReg.c,v 1.53 2010/04/02 19:27:44 kennykb Exp $
+ * RCS: @(#) $Id: tclWinReg.c,v 1.54 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