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:
parent
aca00768a2
commit
9fe8a25768
@ -574,6 +574,8 @@ int WINAPI wWinMain(
|
||||
|
||||
if (bNeedToDownload)
|
||||
{
|
||||
DeleteFile(wszSettingsPath);
|
||||
|
||||
char explorer_sb_dll[MAX_PATH];
|
||||
ZeroMemory(
|
||||
explorer_sb_dll,
|
||||
|
Loading…
Reference in New Issue
Block a user