mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:12:57 +00:00
[RAPPS] Protect database update with a mutex (#7006)
This commit is contained in:
parent
e5a6b0f8e5
commit
3ff8adc553
5 changed files with 45 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
#include <gdiplus.h>
|
||||
#include <conutils.h>
|
||||
|
||||
LPCWSTR szWindowClass = L"ROSAPPMGR2";
|
||||
LPCWSTR szWindowClass = MAINWINDOWCLASSNAME;
|
||||
LONG g_Busy = 0;
|
||||
|
||||
HWND hMainWnd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue