Home
last modified time | relevance | path

Searched refs:targetVersion (Results 1 – 1 of 1) sorted by relevance

/curl/lib/
H A Dversion_win32.c86 const WORD targetVersion = (WORD)_WIN32_WINNT; in curlx_verify_windows_version() local
92 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 5 milliseconds