mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:17:20 +03:00
connect.c:942:84: warning: Longer than 79 columns
This commit is contained in:
parent
9520c62049
commit
7f807f394f
1 changed files with 2 additions and 1 deletions
|
|
@ -939,7 +939,8 @@ void Curl_sndbufset(curl_socket_t sockfd)
|
|||
memset(&osver, 0, sizeof(osver));
|
||||
osver.dwOSVersionInfoSize = sizeof(osver);
|
||||
osver.dwMajorVersion = majorVersion;
|
||||
majorVersionMask = VerSetConditionMask(0, VER_MAJORVERSION, VER_GREATER_EQUAL);
|
||||
majorVersionMask = VerSetConditionMask(0, VER_MAJORVERSION,
|
||||
VER_GREATER_EQUAL);
|
||||
|
||||
if(VerifyVersionInfo(&osver, VER_MAJORVERSION, majorVersionMask))
|
||||
detectOsState = DETECT_OS_VISTA_OR_LATER;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue