Sign in
◑
Theme
qemu-android
/
qemu-android
/
e91c9c81846505df1ad160727a703139d5aa07ae
/
.
/
android
/
third_party
/
google-benchmark
/
compat
/
VersionHelpers.h
blob: b7892ac1cc0a1eb0ee18e054094df84cdd53208f [
file
]
#pragma
once
// The Android emulator only supports Vista or greater.
static
inline
bool
IsWindowsXPOrGreater
()
{
return
true
;
}