summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavidg <davidg>2000-08-20 03:51:01 (GMT)
committerdavidg <davidg>2000-08-20 03:51:01 (GMT)
commitdda87f721cfe468d0a01a3e6eab28ebaf3bdc771 (patch)
tree7dc52ea6442f5f48bb849e19f3556b2ee1157a63 /ChangeLog
parent1de6406021ea684c3a2213014353dadf14392cca (diff)
downloadtcl-dda87f721cfe468d0a01a3e6eab28ebaf3bdc771.zip
tcl-dda87f721cfe468d0a01a3e6eab28ebaf3bdc771.tar.gz
tcl-dda87f721cfe468d0a01a3e6eab28ebaf3bdc771.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c564388..7fba994 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2000-08-19 David Gravereaux <davygrvy@ajubasolutions.com>
+
+ * generic/tclPlatDecls.h: without a previous '#include <windows.h>',
+ tclPlatDecls.h can't be parsed due to a missing definition of TCHAR.
+ Added a check to include it when not defined.
+
+ ***POSSIBLE OBSCURE BUG*** could be caused when the compile flags
+ for the core happen to be different than a project who uses these
+ publics regarding -D_MBCS and -D_UNICODE. This added check might
+ have to be revisited later with a better understanding of the
+ reprocusions. I think TCHAR should be replaced with it's expansion.
+
2000-08-18 David Gravereaux <davygrvy@ajubasolutions.com>
* win/.cvsignore (added): provides a cleaner build environment with