mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 03:18:26 -06:00
Windows: Full UNICODE rewrite and implement support for UNICODE passwords.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user