mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-15 03:27:35 +01:00
Main: Fixed IA-32 build
This commit is contained in:
parent
4162c28855
commit
adee54d2e5
@ -8108,7 +8108,7 @@ DWORD Inject(BOOL bIsExplorer)
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
#ifdef _WIN64
|
||||
wszEPWeatherKillswitch = calloc(sizeof(WCHAR), MAX_PATH);
|
||||
srand(time(NULL));
|
||||
rand_string(wszEPWeatherKillswitch, MAX_PATH / 2 - 1);
|
||||
@ -8129,6 +8129,7 @@ DWORD Inject(BOOL bIsExplorer)
|
||||
break;
|
||||
}
|
||||
}*/
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef _WIN64
|
||||
|
Loading…
Reference in New Issue
Block a user