Searched refs:targetVersion (Results 1 – 1 of 1) sorted by relevance
86 const WORD targetVersion = (WORD)_WIN32_WINNT; 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 3 milliseconds