Browse Source

Fixed bug that prevented correct loading when OS build was upgraded

pull/20/head
Valentin Radu 4 years ago
parent
commit
9fe8a25768
  1. 2
      ExplorerPatcher/main.c

2
ExplorerPatcher/main.c

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

Loading…
Cancel
Save