Home
last modified time | relevance | path

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

/curl/lib/
H A Dversion_win32.c85 const WORD fullVersion = MAKEWORD(minorVersion, majorVersion); in curlx_verify_windows_version() local
92 matched = targetVersion < fullVersion; in curlx_verify_windows_version()
96 matched = targetVersion <= fullVersion; in curlx_verify_windows_version()
100 matched = targetVersion == fullVersion; in curlx_verify_windows_version()
104 matched = targetVersion >= fullVersion; in curlx_verify_windows_version()
108 matched = targetVersion > fullVersion; in curlx_verify_windows_version()

Completed in 3 milliseconds