aboutsummaryrefslogtreecommitdiff
path: root/src/windows/README
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/windows/README
parent6d3700fe453380e865ca117ccb997a5edd105c25 (diff)
downloadkrb5-bbb4dacb4848adca0006a3206993ebc296343bbd.zip
krb5-bbb4dacb4848adca0006a3206993ebc296343bbd.tar.gz
krb5-bbb4dacb4848adca0006a3206993ebc296343bbd.tar.bz2
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/windows/README')
-rw-r--r--src/windows/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/windows/README b/src/windows/README
index 81e2843..80fefec 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