diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-07 06:33:12 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-07 06:33:12 (GMT) |
commit | 95c991c77d05f0d30ec35b1c1a6650265bb67ce9 (patch) | |
tree | ce636b6d780ba4a747644cdcc679f3359fe92bce /win/tclWinDde.c | |
parent | 158419edc08948e941e2f0303a154840978669eb (diff) | |
download | tcl-95c991c77d05f0d30ec35b1c1a6650265bb67ce9.zip tcl-95c991c77d05f0d30ec35b1c1a6650265bb67ce9.tar.gz tcl-95c991c77d05f0d30ec35b1c1a6650265bb67ce9.tar.bz2 |
move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h,
so it can be used for the Plat* interfaces as well
Diffstat (limited to 'win/tclWinDde.c')
-rw-r--r-- | win/tclWinDde.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/tclWinDde.c b/win/tclWinDde.c index 291a244..1fa922b 100644 --- a/win/tclWinDde.c +++ b/win/tclWinDde.c @@ -14,7 +14,6 @@ #include "tclPort.h" #include <dde.h> #include <ddeml.h> -#include <tchar.h> /* * TCL_STORAGE_CLASS is set unconditionally to DLLEXPORT because the |