From 8a2d9c41206c156937f52d07e7a0b89f38444a44 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 18 Jan 2016 19:51:46 +0100 Subject: Windows: solve Expander GUI issues caused by latest Unicode modifications. --- src/ExpandVolume/ExpandVolume.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ExpandVolume/ExpandVolume.h') 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 } -- cgit v1.2.3