Browse Source

Fixed build on IA-32

pull/400/head 22000.318.35.0_cab35df
Valentin Radu 4 years ago
parent
commit
cab35dfc28
  1. 2
      ExplorerPatcher/dllmain.c

2
ExplorerPatcher/dllmain.c

@ -903,6 +903,8 @@ void UpdateStartMenuPositioning(LPARAM loIsShouldInitializeArray_hiIsShouldRoIni
} }
} }
} }
#else
void UpdateStartMenuPositioning(LPARAM loIsShouldInitializeArray_hiIsShouldRoInitialize) {}
#endif #endif
#pragma endregion #pragma endregion

Loading…
Cancel
Save