mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-28 16:00:58 +00:00
11 lines
240 B
C++
11 lines
240 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
#ifdef _MSC_VER
|
|
|
|
bool DoesVersionMatchWindows(uint32_t major, uint32_t minor, uint32_t spMajor = 0, uint32_t spMinor = 0);
|
|
std::string GetWindowsVersion();
|
|
std::string GetWindowsSystemArchitecture();
|
|
|
|
#endif |