mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-12-18 02:16:00 +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)
|
if (bNeedToDownload)
|
||||||
{
|
{
|
||||||
|
DeleteFile(wszSettingsPath);
|
||||||
|
|
||||||
char explorer_sb_dll[MAX_PATH];
|
char explorer_sb_dll[MAX_PATH];
|
||||||
ZeroMemory(
|
ZeroMemory(
|
||||||
explorer_sb_dll,
|
explorer_sb_dll,
|
||||||
|
Loading…
Reference in New Issue
Block a user