mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Windows: correctly initialize global critical sections in case if system favorites service.
This commit is contained in:
@@ -238,6 +238,8 @@ typedef struct
|
||||
#define ISO_BURNER_TOOL L"isoburn.exe"
|
||||
#define PRINT_TOOL L"notepad.exe"
|
||||
|
||||
void InitGlobalLocks ();
|
||||
void FinalizeGlobalLocks ();
|
||||
void cleanup ( void );
|
||||
void LowerCaseCopy ( wchar_t *lpszDest , const wchar_t *lpszSource );
|
||||
void UpperCaseCopy ( wchar_t *lpszDest , size_t cbDest, const wchar_t *lpszSource );
|
||||
|
||||
Reference in New Issue
Block a user