mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:05:52 +00:00
[RAPPS] Hide the main window during active download/install if the user closes it (#7014)
This commit is contained in:
parent
2f83e6a65d
commit
053939e27c
7 changed files with 55 additions and 2 deletions
|
@ -14,6 +14,7 @@
|
|||
#include <conutils.h>
|
||||
|
||||
LPCWSTR szWindowClass = L"ROSAPPMGR2";
|
||||
LONG g_Busy = 0;
|
||||
|
||||
HWND hMainWnd;
|
||||
HINSTANCE hInst;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue