summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2001-09-05 03:34:56 (GMT)
committerdavygrvy <davygrvy@pobox.com>2001-09-05 03:34:56 (GMT)
commit8e5f88457a32df90908c73840edac61388de3bcd (patch)
tree69b18950db6802902cc36f4a90174941f6822ced
parenta9252ebd150006e8c46c0eeea4c9226c57bb3b2e (diff)
downloadtcl-8e5f88457a32df90908c73840edac61388de3bcd.zip
tcl-8e5f88457a32df90908c73840edac61388de3bcd.tar.gz
tcl-8e5f88457a32df90908c73840edac61388de3bcd.tar.bz2
no message
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 35f4719..223dae9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,8 +5,10 @@
I reversed the logic to not assume, and use when is by explicitly
needing to add runtimes that support it such as Borland.
- * generic/tcl.h: Borland compatibility change so ClientData was
- properly typed as a void*
+ * generic/tcl.h:
+ * generic/tclPlatDecls.h: Borland compatibility change so
+ ClientData was properly typed as a void* and TCHAR would not be
+ defined twice.
2001-09-04 Don Porter <dgp@users.sourceforge.net>