Reset Explorer patch offsets when redownloading symbols
This commit is contained in:
@@ -2584,6 +2584,31 @@ DWORD DownloadSymbols(TCHAR* wszSettingsPath)
|
||||
#endif
|
||||
);
|
||||
|
||||
VnWriteUInt(
|
||||
TEXT(EXPLORER_SB_NAME),
|
||||
TEXT(EXPLORER_PATCH_OFFSET_OK),
|
||||
0,
|
||||
wszSettingsPath
|
||||
);
|
||||
VnWriteUInt(
|
||||
TEXT(EXPLORER_SB_NAME),
|
||||
TEXT(EXPLORER_PATCH_DIRTY),
|
||||
0,
|
||||
wszSettingsPath
|
||||
);
|
||||
VnWriteUInt(
|
||||
TEXT(EXPLORER_SB_NAME),
|
||||
TEXT(EXPLORER_PATCH_OFFSET_STRAT),
|
||||
0,
|
||||
wszSettingsPath
|
||||
);
|
||||
VnWriteUInt(
|
||||
TEXT(EXPLORER_SB_NAME),
|
||||
TEXT(EXPLORER_PATCH_OFFSET),
|
||||
0,
|
||||
wszSettingsPath
|
||||
);
|
||||
|
||||
Sleep(4000);
|
||||
|
||||
TCHAR wszExplorerPath[MAX_PATH + 1];
|
||||
|
||||
Reference in New Issue
Block a user