diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-09-08 01:07:09 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-09-08 01:08:24 +0200 |
commit | a36cf1f01e75930a2afbb3697e1ef6f9870f4028 (patch) | |
tree | 2094ef393c812f66b485eefb4b24657e5c86e81b /src/Common/Dlgcode.h | |
parent | a9882a66894cbc98bfda5c264bf4621f7004f909 (diff) | |
download | VeraCrypt-a36cf1f01e75930a2afbb3697e1ef6f9870f4028.tar.gz VeraCrypt-a36cf1f01e75930a2afbb3697e1ef6f9870f4028.zip |
Windows Traveler Disk Setup: Include Volume Expander. Force selection of target directory through Browse button. Use Unicode functions for handling the creation files.
Diffstat (limited to 'src/Common/Dlgcode.h')
-rw-r--r-- | src/Common/Dlgcode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/Dlgcode.h b/src/Common/Dlgcode.h index dec482bf..5d8d7e29 100644 --- a/src/Common/Dlgcode.h +++ b/src/Common/Dlgcode.h @@ -358,6 +358,7 @@ int64 FindString (const char *buf, const char *str, int64 bufLen, int64 strLen, BOOL FileExists (const char *filePathPtr);
__int64 FindStringInFile (const char *filePath, const char *str, int strLen);
BOOL TCCopyFile (char *sourceFileName, char *destinationFile);
+BOOL TCCopyFileW (wchar_t *sourceFileName, wchar_t *destinationFile);
BOOL SaveBufferToFile (const char *inputBuffer, const char *destinationFile, DWORD inputLength, BOOL bAppend, BOOL bRenameIfFailed);
BOOL TCFlushFile (FILE *f);
BOOL PrintHardCopyTextUTF16 (wchar_t *text, char *title, size_t byteLen);
|