diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-03 09:01:02 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-03 09:01:02 (GMT) |
commit | 712d308e92f67f88efc00a5e35e270f8821490a4 (patch) | |
tree | 8d08f0ef8febff79553a1ee5611a9216e744bbf0 /generic/tclPlatDecls.h | |
parent | b01b765d7b57559048e606b7a01156a807b26b9c (diff) | |
download | tcl-712d308e92f67f88efc00a5e35e270f8821490a4.zip tcl-712d308e92f67f88efc00a5e35e270f8821490a4.tar.gz tcl-712d308e92f67f88efc00a5e35e270f8821490a4.tar.bz2 |
move some more CYGWIN stuff to unix/tclUnixPort.h
Diffstat (limited to 'generic/tclPlatDecls.h')
-rw-r--r-- | generic/tclPlatDecls.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tclPlatDecls.h b/generic/tclPlatDecls.h index 7580f9c..3be40cb 100644 --- a/generic/tclPlatDecls.h +++ b/generic/tclPlatDecls.h @@ -13,9 +13,7 @@ /* * Pull in the typedef of TCHAR for windows. */ -#if defined(__CYGWIN__) - typedef char TCHAR; -#elif defined(__WIN32__) && !defined(_TCHAR_DEFINED) +#if defined(__WIN32__) && !defined(_TCHAR_DEFINED) # include <tchar.h> # ifndef _TCHAR_DEFINED /* Borland seems to forget to set this. */ |