summaryrefslogtreecommitdiffstats
path: root/generic/tclPlatDecls.h
diff options
context:
space:
mode:
authordavygrvy <davygrvy@noemail.net>2001-09-09 22:45:12 (GMT)
committerdavygrvy <davygrvy@noemail.net>2001-09-09 22:45:12 (GMT)
commit8d5d0b1208beb6b65e0be8fdc836aec80a2e73a7 (patch)
tree7150e9d1a4c4565b6218858a6b1d6ffd57a06b85 /generic/tclPlatDecls.h
parent5750e99d508a86fe94482df99bad134d9672c5d4 (diff)
downloadtcl-8d5d0b1208beb6b65e0be8fdc836aec80a2e73a7.zip
tcl-8d5d0b1208beb6b65e0be8fdc836aec80a2e73a7.tar.gz
tcl-8d5d0b1208beb6b65e0be8fdc836aec80a2e73a7.tar.bz2
* generic/tcl.h:
* generic/tclPlatDecls.h: Reminder from David Cuthbert <dacut@kanga.org> that I hadn't finished the Borland compatibility stuff. [Patch: 436116] FossilOrigin-Name: 866b2163dfa93f6e2ef8a1acabdd797ff9b59f77
Diffstat (limited to 'generic/tclPlatDecls.h')
-rw-r--r--generic/tclPlatDecls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclPlatDecls.h b/generic/tclPlatDecls.h
index be0ac41..10430bc 100644
--- a/generic/tclPlatDecls.h
+++ b/generic/tclPlatDecls.h
@@ -6,7 +6,7 @@
* Copyright (c) 1998-1999 by Scriptics Corporation.
* All rights reserved.
*
- * RCS: @(#) $Id: tclPlatDecls.h,v 1.11 2001/09/06 00:41:58 davygrvy Exp $
+ * RCS: @(#) $Id: tclPlatDecls.h,v 1.12 2001/09/09 22:45:13 davygrvy Exp $
*/
#ifndef _TCLPLATDECLS
@@ -21,7 +21,7 @@
# include <tchar.h>
# ifndef _TCHAR_DEFINED
/* Borland seems to forget to set this. */
- typedef wchar_t TCHAR;
+ typedef _TCHAR TCHAR;
# define _TCHAR_DEFINED
# endif
#endif