diff options
Diffstat (limited to 'src/ExpandVolume/ExpandVolume.h')
-rw-r--r-- | src/ExpandVolume/ExpandVolume.h | 4 |
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 } |