mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-23 22:05:36 +08:00
Revert
This commit is contained in:
parent
b731e312c8
commit
386df5c300
@ -68,10 +68,7 @@ DWORD WINAPI Pipe(LPVOID)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#if (_WIN32_WINNT <= _WIN32_WINNT_WIN7)
|
|
||||||
//xp版FreeLibraryAndExitThread会导致游戏崩溃
|
|
||||||
dont_detach=true;
|
|
||||||
#endif
|
|
||||||
if(dont_detach){
|
if(dont_detach){
|
||||||
host_connected=false;
|
host_connected=false;
|
||||||
return Pipe(0);
|
return Pipe(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user