From cab35dfc287e79551f0dc354d8c7e59a9abc1d4a Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Wed, 10 Nov 2021 22:26:39 +0200 Subject: [PATCH] Fixed build on IA-32 --- ExplorerPatcher/dllmain.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ExplorerPatcher/dllmain.c b/ExplorerPatcher/dllmain.c index 303ee73..6fe6a6a 100644 --- a/ExplorerPatcher/dllmain.c +++ b/ExplorerPatcher/dllmain.c @@ -903,6 +903,8 @@ void UpdateStartMenuPositioning(LPARAM loIsShouldInitializeArray_hiIsShouldRoIni } } } +#else +void UpdateStartMenuPositioning(LPARAM loIsShouldInitializeArray_hiIsShouldRoInitialize) {} #endif #pragma endregion