mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Windows: fix another typo in code comment (hopefully last one!)
This commit is contained in:
@@ -221,7 +221,7 @@ static std::vector<HostDevice> rawHostDeviceList;
|
|||||||
/* Critical section used to ensure that only one thread at a time can create a secure desktop */
|
/* Critical section used to ensure that only one thread at a time can create a secure desktop */
|
||||||
CRITICAL_SECTION csSecureDesktop;
|
CRITICAL_SECTION csSecureDesktop;
|
||||||
|
|
||||||
/* Boolean that indicates if our Secure Desktop is active and being used of not */
|
/* Boolean that indicates if our Secure Desktop is active and being used or not */
|
||||||
BOOL bSecureDesktopOngoing = FALSE;
|
BOOL bSecureDesktopOngoing = FALSE;
|
||||||
|
|
||||||
HINSTANCE hInst = NULL;
|
HINSTANCE hInst = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user