]> granicus.if.org Git - curl/commit
win32: Fixed use of deprecated function 'GetVersionInfoEx' for VC12
authorSteve Holme <steve_holme@hotmail.com>
Wed, 15 Jan 2014 20:11:02 +0000 (20:11 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 15 Jan 2014 20:21:01 +0000 (20:21 +0000)
commitc7a76bb056f31e1cf4766dd219d9ef5cb4e3463d
tree3deca9f1c51083673c944dd106aa6c88e25b2e04
parent8b984641f2015d31901db37636929c0007ec0c75
win32: Fixed use of deprecated function 'GetVersionInfoEx' for VC12

Starting with Visual Studio 2013 (VC12) and Windows 8.1 the
GetVersionInfoEx() function has been marked as deprecated and it's
return value atered. Updated connect.c and curl_sspi.c to use
VerifyVersionInfo() where possible, which has been available since
Windows 2000.
lib/connect.c
lib/curl_sspi.c