Searched refs:fullVersion (Results 1 – 1 of 1) sorted by relevance
189 const WORD fullVersion = MAKEWORD(minorVersion, majorVersion); in Curl_verify_windows_version() local194 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()