[RAPPS] Protect database update with a mutex (#7006)

This commit is contained in:
Whindmar Saksit 2025-01-11 19:52:07 +01:00 committed by GitHub
parent e5a6b0f8e5
commit 3ff8adc553
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 45 additions and 2 deletions

View file

@ -13,7 +13,7 @@
#include <gdiplus.h>
#include <conutils.h>
LPCWSTR szWindowClass = L"ROSAPPMGR2";
LPCWSTR szWindowClass = MAINWINDOWCLASSNAME;
LONG g_Busy = 0;
HWND hMainWnd;