[RAPPS] Don't delete downloaded ZIP/CAB even if configured to (#7791)

This commit is contained in:
Whindmar Saksit 2025-03-20 14:32:07 +01:00 committed by GitHub
parent 7f49ae633b
commit 7dc7b866b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 78 additions and 3 deletions

View file

@ -16,7 +16,7 @@
LPCWSTR szWindowClass = MAINWINDOWCLASSNAME;
LONG g_Busy = 0;
HWND hMainWnd;
HWND hMainWnd = NULL;
HINSTANCE hInst;
SETTINGS_INFO SettingsInfo;