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