fix: temporary un-VEH-ing

This commit is contained in:
goat 2021-11-04 12:41:46 +01:00
parent 0da7cad474
commit 810909fab2
No known key found for this signature in database
GPG key ID: 7773BB5B43BA52E5

View file

@ -73,6 +73,7 @@ DllExport DWORD WINAPI Initialize(LPVOID lpParam)
// ============================== VEH ======================================== //
/*
printf("Initializing VEH... ");
if(is_running_on_linux())
{
@ -84,6 +85,7 @@ DllExport DWORD WINAPI Initialize(LPVOID lpParam)
printf("Done!\n");
else printf("Failed!\n");
}
*/
// =========================================================================== //
@ -106,7 +108,7 @@ BOOL APIENTRY DllMain(const HMODULE hModule, const DWORD dwReason, LPVOID lpRese
g_hModule = hModule;
break;
case DLL_PROCESS_DETACH:
veh::remove_handler();
// veh::remove_handler();
break;
}
return TRUE;