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