mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-13 03:48:26 -06:00
Windows: solve Expander GUI issues caused by latest Unicode modifications.
This commit is contained in:
@@ -63,8 +63,8 @@ BOOL GetNtfsNumberOfSectors(wchar_t *rootPath, uint64 *pNumberOfSectors, DWORD *
|
||||
void __cdecl volTransformThreadFunction (void *hwndDlgArg);
|
||||
|
||||
/* defined in DlgExpandVolume.cpp */
|
||||
void AddProgressDlgStatus(HWND hwndDlg, const char* szText);
|
||||
void SetProgressDlgStatus(HWND hwndDlg, const char* szText);
|
||||
void AddProgressDlgStatus(HWND hwndDlg, const wchar_t* szText);
|
||||
void SetProgressDlgStatus(HWND hwndDlg, const wchar_t* szText);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user