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