diff options
author | davidg <davidg> | 2000-08-20 03:51:01 (GMT) |
---|---|---|
committer | davidg <davidg> | 2000-08-20 03:51:01 (GMT) |
commit | dda87f721cfe468d0a01a3e6eab28ebaf3bdc771 (patch) | |
tree | 7dc52ea6442f5f48bb849e19f3556b2ee1157a63 | |
parent | 1de6406021ea684c3a2213014353dadf14392cca (diff) | |
download | tcl-dda87f721cfe468d0a01a3e6eab28ebaf3bdc771.zip tcl-dda87f721cfe468d0a01a3e6eab28ebaf3bdc771.tar.gz tcl-dda87f721cfe468d0a01a3e6eab28ebaf3bdc771.tar.bz2 |
no message
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |