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/Setup/Dir.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Setup/Dir.h') diff --git a/src/Setup/Dir.h b/src/Setup/Dir.h index 1e4177bb..2f518f7e 100644 --- a/src/Setup/Dir.h +++ b/src/Setup/Dir.h @@ -15,8 +15,8 @@ extern "C" { #endif -int mkfulldir ( char *path , BOOL bCheckonly ); -int mkfulldir_internal ( char *path ); +int mkfulldir ( wchar_t *path , BOOL bCheckonly ); +int mkfulldir_internal ( wchar_t *path ); #ifdef __cplusplus } -- cgit v1.2.3