summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2003-07-19 00:54:14 +0000
committerTom Yu <tlyu@mit.edu>2003-07-19 00:54:14 +0000
commitbbb4dacb4848adca0006a3206993ebc296343bbd (patch)
treeaf238240db772c787847333337e9c5f091906fc2 /src
parent6d3700fe453380e865ca117ccb997a5edd105c25 (diff)
downloadkrb5-bbb4dacb4848adca0006a3206993ebc296343bbd.tar.gz
krb5-bbb4dacb4848adca0006a3206993ebc296343bbd.tar.xz
krb5-bbb4dacb4848adca0006a3206993ebc296343bbd.zip
Windows build needs Feb 2003 Platform SDK
* README: Note requirement for Feb 2003 Platform SDK. Thanks to Doug Engert and Rodney Dyer. ticket: 1675 component: krb5-doc version_reported: 1.3 target_version: 1.3.1 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15698 dc483132-0cff-0310-8789-dd5450dbe970
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 5fa15b833b..8ef11e6b4c 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 81e28431b1..80fefec296 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