summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-05-07 09:29:30 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-05-07 09:29:30 (GMT)
commit3aee4002103fcc8e886339719dcb2f82ee94bf14 (patch)
treee0f859ff55d0846fe89ab5ddc6b0c1585a88a96c /unix
parentb4ee8396d0f8b3626646235fd727414e997b8bbc (diff)
parent4229e3c1ff708b65c55ee82c5fec89259c461d7b (diff)
downloadtcl-3aee4002103fcc8e886339719dcb2f82ee94bf14.zip
tcl-3aee4002103fcc8e886339719dcb2f82ee94bf14.tar.gz
tcl-3aee4002103fcc8e886339719dcb2f82ee94bf14.tar.bz2
merge trunk
Diffstat (limited to 'unix')
-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);