From adee54d2e54dfef0a68dbd99f386a117a00030d5 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Fri, 18 Feb 2022 00:11:43 +0200 Subject: [PATCH] Main: Fixed IA-32 build --- ExplorerPatcher/dllmain.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ExplorerPatcher/dllmain.c b/ExplorerPatcher/dllmain.c index 2a6e873..b85e9ae 100644 --- a/ExplorerPatcher/dllmain.c +++ b/ExplorerPatcher/dllmain.c @@ -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