Windows build needs Feb 2003 Platform SDK
authorTom Yu <tlyu@mit.edu>
Sat, 19 Jul 2003 00:54:14 +0000 (00:54 +0000)
committerTom Yu <tlyu@mit.edu>
Sat, 19 Jul 2003 00:54:14 +0000 (00:54 +0000)
* 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

src/windows/ChangeLog
src/windows/README

index 5fa15b833ba7ac44dadbcc0c9736f37a4eb70b9a..8ef11e6b4cf9781a4f048574997a96e9fe9b2cde 100644 (file)
@@ -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.
index 81e28431b1bfa164d8912be4b40ceeeffc621b82..80fefec296bbd23f9168bacd02dc5a658059d62d 100644 (file)
@@ -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