summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e6844c8..be5a1c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,10 @@
support.
* win/tclWinPipe.c:
- * win/tclWinPort.h: More Borland compatibility fixes.
+ * win/tclWinPort.h: More Borland compatibility fixes. Changed
+ EDQUOT #define from 49 to 69. Borland had a clash as it was already
+ using this number. Upon advice from Helmut Giese, EDQUOT has been
+ found in other header files #defined as 69.
[Patch: 436116]
* win/.cvsignore: A few more glob patterns added.