summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed8630a..3e562d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-10-10 David Gravereaux <davygrvy@pobox.com>
+
+ * win/tclWinPort.h: #include <winsock2.h> needed to get moved
+ to after #include <windows.h> or wierd misunderstandings took
+ place when -D_WIN32_WINNT=0x0400 is set for outside code that
+ requires knowledge of Tcl innards. General header macro magic
+ applied liberally...
+
2001-10-10 Don Porter <dgp@users.sourceforge.net>
* tests/unixInit.test: Corrected restore of ::env(LANG).