Searched refs:fullVersion (Results 1 - 1 of 1) sorted by relevance

/external/curl/lib/
H A Dsystem_win32.c89 const WORD fullVersion = MAKEWORD(minorVersion, majorVersion); local
94 matched = targetVersion < fullVersion;
98 matched = targetVersion <= fullVersion;
102 matched = targetVersion == fullVersion;
106 matched = targetVersion >= fullVersion;
110 matched = targetVersion > fullVersion;

Completed in 92 milliseconds