summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31e9315..ce1aac7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
'Initializers must be constant'. I believe Borland has this
strictness as well. VC++ must be non-standard about this.
+ Changed Win32 platform #ifdef from 'WIN32' to '__WIN32__' as
+ this is the correct one to use across the Tcl sources. Even
+ though we do force it in tcl.h, the true parent one is __WIN32__.
+
2003-08-27 Don Porter <dgp@users.sourceforge.net>
* tests/util.test: Added new tests for remaining TclNeedSpace()