summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/windows/ChangeLog5
-rw-r--r--src/windows/README6
2 files changed, 8 insertions, 3 deletions
diff --git a/src/windows/ChangeLog b/src/windows/ChangeLog
index 5fa15b833..8ef11e6b4 100644
--- a/src/windows/ChangeLog
+++ b/src/windows/ChangeLog
@@ -1,3 +1,8 @@
+2003-07-18 Tom Yu <tlyu@mit.edu>
+
+ * README: Note requirement for Feb 2003 Platform SDK. Thanks to
+ Doug Engert and Rodney Dyer.
+
2002-04-10 Danilo Almeida <dalmeida@mit.edu>
* Makefile.in: Build ms2mit.
diff --git a/src/windows/README b/src/windows/README
index 81e28431b..80fefec29 100644
--- a/src/windows/README
+++ b/src/windows/README
@@ -2,9 +2,9 @@
----------------------------------------
Kerberos 5 builds on Windows with MSVC++ 6.0. You will need the
-November 2001 platform SDK or later; this SDK is required to define
-getaddrinfo. It may or may not build with other compilers or make
-utilities.
+February 2003 platform SDK or later; this SDK is required to define
+getaddrinfo and socklen_t. It may or may not build with other
+compilers or make utilities.
These build instructions assume that you have the standalone source
distribution of Kerberos 5 rather than the MIT Kerberos for Windows