VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/ExpandVolume/ExpandVolume.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2016-01-18 19:51:46 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2016-01-18 21:40:16 +0100
commit8a2d9c41206c156937f52d07e7a0b89f38444a44 (patch)
treef5ced6677e495d21dca828480de4f19259e426e7 /src/ExpandVolume/ExpandVolume.h
parent90957cd9d9681cc0a28f83f73ecfbe8811580df4 (diff)
downloadVeraCrypt-8a2d9c41206c156937f52d07e7a0b89f38444a44.tar.gz
VeraCrypt-8a2d9c41206c156937f52d07e7a0b89f38444a44.zip
Windows: solve Expander GUI issues caused by latest Unicode modifications.
Diffstat (limited to 'src/ExpandVolume/ExpandVolume.h')
-rw-r--r--src/ExpandVolume/ExpandVolume.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ExpandVolume/ExpandVolume.h b/src/ExpandVolume/ExpandVolume.h
index 6f3e9629..069b59ec 100644
--- a/src/ExpandVolume/ExpandVolume.h
+++ b/src/ExpandVolume/ExpandVolume.h
@@ -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
}