summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>