Searched refs:VERSION_XP (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/rtc_base/win/ | ||
D | windows_version.h | 34 VERSION_XP = 1, enumerator |
D | windows_version.cc | 179 return (minor == 1) ? VERSION_XP : VERSION_SERVER_2003; in MajorMinorBuildToVersion() |