mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
12 lines
276 B
C++
12 lines
276 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
#ifdef _MSC_VER
|
|
|
|
bool IsVistaOrHigher();
|
|
bool DoesVersionMatchWindows(uint32_t major, uint32_t minor, uint32_t spMajor, uint32_t spMinor, bool acceptGreater);
|
|
std::string GetWindowsVersion();
|
|
std::string GetWindowsSystemArchitecture();
|
|
|
|
#endif |