Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dversion_win32.c85 const WORD fullVersion = MAKEWORD(minorVersion, majorVersion); in curlx_verify_windows_version() local
90 matched = targetVersion < fullVersion; in curlx_verify_windows_version()
94 matched = targetVersion <= fullVersion; in curlx_verify_windows_version()
98 matched = targetVersion == fullVersion; in curlx_verify_windows_version()
102 matched = targetVersion >= fullVersion; in curlx_verify_windows_version()
106 matched = targetVersion > fullVersion; in curlx_verify_windows_version()