summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-20 14:59:18 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-20 14:59:18 (GMT)
commit1ed3c75ba4badbf5e1aece5cbc3d976d1f699fa2 (patch)
tree2f1109913e59a82d5b5ce0398a2d7920e94d5566 /win/Makefile.in
parent21ad94030ac5757eefe70e335cf8dc57e7b06338 (diff)
downloadtcl-1ed3c75ba4badbf5e1aece5cbc3d976d1f699fa2.zip
tcl-1ed3c75ba4badbf5e1aece5cbc3d976d1f699fa2.tar.gz
tcl-1ed3c75ba4badbf5e1aece5cbc3d976d1f699fa2.tar.bz2
Modify registry/dde such that they no longer need to be compiled with -DUNICODE. Also no longer use Tcl_WinTCharToUtf/Tcl_WinUtfToTchar but the unicode conversions functions to do WCHAR <=> UTF-8 conversions.
When compiled with Tcl >= 8.7, use the TIP #548 wchar_t functions in stead for registry/dde.
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 8561bc2..4a58014 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -502,11 +502,11 @@ tclWinPipe.${OBJEXT}: tclWinPipe.c
$(EXTFLAGS) @DEPARG@ $(CC_OBJNAME)
tclWinReg.${OBJEXT}: tclWinReg.c
- $(CC) -c $(CC_SWITCHES) -DUNICODE -D_UNICODE \
+ $(CC) -c $(CC_SWITCHES) \
$(EXTFLAGS) @DEPARG@ $(CC_OBJNAME)
tclWinDde.${OBJEXT}: tclWinDde.c
- $(CC) -c $(CC_SWITCHES) -DUNICODE -D_UNICODE \
+ $(CC) -c $(CC_SWITCHES) \
$(EXTFLAGS) @DEPARG@ $(CC_OBJNAME)
testMain.${OBJEXT}: tclAppInit.c