mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 23:14:20 +08:00
replace unknown type to fix windows build
This commit is contained in:
@@ -141,7 +141,7 @@ ArchSystemWindows::getLibsUsed(void) const
|
||||
|
||||
DWORD pid = GetCurrentProcessId();
|
||||
|
||||
std::string msg = "pid:" + std::to_string((_ULonglong)pid) + "\n";
|
||||
std::string msg = "pid:" + std::to_string((unsigned long long)pid) + "\n";
|
||||
|
||||
hProcess = OpenProcess(PROCESS_QUERY_INFORMATION | PROCESS_VM_READ, FALSE, pid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user