Skip to content

Commit cab35df

Browse files
committed
Fixed build on IA-32
1 parent 73ed900 commit cab35df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ExplorerPatcher/dllmain.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,8 @@ void UpdateStartMenuPositioning(LPARAM loIsShouldInitializeArray_hiIsShouldRoIni
903903
}
904904
}
905905
}
906+
#else
907+
void UpdateStartMenuPositioning(LPARAM loIsShouldInitializeArray_hiIsShouldRoInitialize) {}
906908
#endif
907909
#pragma endregion
908910

0 commit comments

Comments
 (0)