summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2012-05-07 08:27:28 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2012-05-07 08:27:28 (GMT)
commit577448e8d86a2d30a5fd79914e9d7101df82e2ea (patch)
treec04b43cf0208192663f5f4c077abc67e02f796d1 /unix/tclUnixPort.h
parentf1472e313401bcc589f60774b27216f99ced8c68 (diff)
parent41637af5c7d8fc17547716070462bd0da23335b2 (diff)
downloadtcl-577448e8d86a2d30a5fd79914e9d7101df82e2ea.zip
tcl-577448e8d86a2d30a5fd79914e9d7101df82e2ea.tar.gz
tcl-577448e8d86a2d30a5fd79914e9d7101df82e2ea.tar.bz2
move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h,
so it can be used for the Plat* interfaces as well FossilOrigin-Name: 93f80efb6ed3f8d45625b8e7a4f936793caf28e4
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r--unix/tclUnixPort.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h
index fac9f75..c56988e 100644
--- a/unix/tclUnixPort.h
+++ b/unix/tclUnixPort.h
@@ -88,7 +88,6 @@ typedef off_t Tcl_SeekOffset;
# define HINSTANCE void *
# define SOCKET unsigned int
# define WSAEWOULDBLOCK 10035
- typedef char TCHAR;
typedef unsigned short WCHAR;
DLLIMPORT extern __stdcall int GetModuleHandleExW(unsigned int, const char *, void *);
DLLIMPORT extern __stdcall int GetModuleFileNameW(void *, const char *, int);