diff options
Diffstat (limited to 'generic')
-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. */ |