Get system arch using 'GetNativeSystemInfo'

This commit is contained in:
Glavo
2022-02-04 12:50:05 +08:00
committed by Yuhui Huang
parent 2b21f5f48f
commit 98e0a92745
3 changed files with 7 additions and 35 deletions

View File

@@ -24,6 +24,4 @@ bool MyCreateProcess(const std::wstring &command, const std::wstring &workdir);
// Check if file lpPath exists.
bool FindFirstFileExists(LPCWSTR lpPath, DWORD dwFilter);
bool GetArch(bool &is64Bit);
bool MyGetFileVersionInfo(const std::wstring &filePath, Version &version);