diff options
Diffstat (limited to 'src/Common/Format.h')
-rw-r--r-- | src/Common/Format.h | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|