VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup/Dir.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Setup/Dir.h')
-rw-r--r--src/Setup/Dir.h4
1 files changed, 2 insertions, 2 deletions
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
}