From 90bd57fe40e66fc829ecb01482d32d604b0df19c Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 25 Nov 2015 01:41:37 +0100 Subject: Windows: Full UNICODE rewrite and implement support for UNICODE passwords. --- src/Common/Format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common/Format.h') diff --git a/src/Common/Format.h b/src/Common/Format.h index 3c39bec4..97eeabea 100644 --- a/src/Common/Format.h +++ b/src/Common/Format.h @@ -28,7 +28,7 @@ typedef struct { BOOL bDevice; BOOL hiddenVol; - char *volumePath; + wchar_t *volumePath; unsigned __int64 size; unsigned __int64 hiddenVolHostSize; int ea; -- cgit v1.2.3