1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-23 23:21:08 +01:00

Fixed bug that prevented correct loading when OS build was upgraded

This commit is contained in:
Valentin Radu 2021-08-29 21:39:02 +03:00
parent aca00768a2
commit 9fe8a25768

View File

@ -574,6 +574,8 @@ int WINAPI wWinMain(
if (bNeedToDownload)
{
DeleteFile(wszSettingsPath);
char explorer_sb_dll[MAX_PATH];
ZeroMemory(
explorer_sb_dll,