This commit is contained in:
恍兮惚兮 2024-05-11 23:25:20 +08:00
parent b731e312c8
commit 386df5c300

View File

@ -68,10 +68,7 @@ DWORD WINAPI Pipe(LPVOID)
break;
}
}
#if (_WIN32_WINNT <= _WIN32_WINNT_WIN7)
//xp版FreeLibraryAndExitThread会导致游戏崩溃
dont_detach=true;
#endif
if(dont_detach){
host_connected=false;
return Pipe(0);