This commit is contained in:
Marcin Mikołajczyk 2025-07-14 22:22:03 +01:00
parent 0787dc3e89
commit 322fcf7e65

View File

@ -337,7 +337,7 @@ void PS4_SYSV_ABI sched_yield() {
}
int PS4_SYSV_ABI posix_getpid() {
#ifdef WIN32
#ifdef _WIN32
return GetCurrentProcessId();
#else
return getpid();