blob: b7892ac1cc0a1eb0ee18e054094df84cdd53208f [file] [log] [blame]
#pragma once
// The Android emulator only supports Vista or greater.
static inline bool IsWindowsXPOrGreater() { return true; }