mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 15:13:36 +00:00
[RAPPS] Don't delete downloaded ZIP/CAB even if configured to (#7791)
This commit is contained in:
parent
7f49ae633b
commit
7dc7b866b1
5 changed files with 78 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
|||
LPCWSTR szWindowClass = MAINWINDOWCLASSNAME;
|
||||
LONG g_Busy = 0;
|
||||
|
||||
HWND hMainWnd;
|
||||
HWND hMainWnd = NULL;
|
||||
HINSTANCE hInst;
|
||||
SETTINGS_INFO SettingsInfo;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue