Home
last modified time | relevance | path

Searched refs:fullVersion (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Dsystem_win32.c189 const WORD fullVersion = MAKEWORD(minorVersion, majorVersion); in Curl_verify_windows_version() local
194 matched = targetVersion < fullVersion; in Curl_verify_windows_version()
198 matched = targetVersion <= fullVersion; in Curl_verify_windows_version()
202 matched = targetVersion == fullVersion; in Curl_verify_windows_version()
206 matched = targetVersion >= fullVersion; in Curl_verify_windows_version()
210 matched = targetVersion > fullVersion; in Curl_verify_windows_version()