Home
last modified time | relevance | path

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

/external/curl/lib/
Dversion_win32.c61 const WORD fullVersion = MAKEWORD(minorVersion, majorVersion); in curlx_verify_windows_version() local
66 matched = targetVersion < fullVersion; in curlx_verify_windows_version()
70 matched = targetVersion <= fullVersion; in curlx_verify_windows_version()
74 matched = targetVersion == fullVersion; in curlx_verify_windows_version()
78 matched = targetVersion >= fullVersion; in curlx_verify_windows_version()
82 matched = targetVersion > fullVersion; in curlx_verify_windows_version()