VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Format
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2015-11-26 19:14:21 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2015-11-26 19:23:11 +0100
commit9666dda282baf2d1e2b760c3e2787a10d6313065 (patch)
treec83ca5b085cd9c55008ec946433eb853c680c372 /src/Format
parent2408edb2390a56a78cec0ee15dc2f413f7440af1 (diff)
downloadVeraCrypt-9666dda282baf2d1e2b760c3e2787a10d6313065.tar.gz
VeraCrypt-9666dda282baf2d1e2b760c3e2787a10d6313065.zip
Windows: solve GUI issues caused by using ANSI string instead of UNICODE ones. Remove Unused functions.
Diffstat (limited to 'src/Format')
-rw-r--r--src/Format/Tcformat.cbin633870 -> 633882 bytes
-rw-r--r--src/Format/Tcformat.h6
2 files changed, 3 insertions, 3 deletions
diff --git a/src/Format/Tcformat.c b/src/Format/Tcformat.c
index e33b1ec2..95517701 100644
--- a/src/Format/Tcformat.c
+++ b/src/Format/Tcformat.c
Binary files differ
diff --git a/src/Format/Tcformat.h b/src/Format/Tcformat.h
index 778daebf..d71860bd 100644
--- a/src/Format/Tcformat.h
+++ b/src/Format/Tcformat.h
@@ -51,7 +51,7 @@ BOOL CALLBACK PageDialogProc ( HWND hwndDlg , UINT uMsg , WPARAM wParam , LPARAM
BOOL CALLBACK MainDialogProc ( HWND hwndDlg , UINT uMsg , WPARAM wParam , LPARAM lParam );
void ExtractCommandLine ( HWND hwndDlg , wchar_t *lpszCommandLine );
void DisplayRandPool (HWND hwndDlg, HWND hPoolDisplay, BOOL bShow);
-void DisplayPortionsOfKeys (HWND headerKeyHandle, HWND masterKeyHandle, char *headerKeyStr, char *masterKeyStr, BOOL hideKeys);
+void DisplayPortionsOfKeys (HWND headerKeyHandle, HWND masterKeyHandle, wchar_t *headerKeyStr, wchar_t *masterKeyStr, BOOL hideKeys);
int DetermineMaxHiddenVolSize (HWND hwndDlg);
BOOL IsSparseFile (HWND hwndDlg);
BOOL GetFileVolSize (HWND hwndDlg, unsigned __int64 *size);
@@ -100,8 +100,8 @@ extern int nPbar;
extern volatile int WizardMode;
extern volatile BOOL bInPlaceEncNonSysResumed;
-extern char HeaderKeyGUIView [KEY_GUI_VIEW_SIZE];
-extern char MasterKeyGUIView [KEY_GUI_VIEW_SIZE];
+extern wchar_t HeaderKeyGUIView [KEY_GUI_VIEW_SIZE];
+extern wchar_t MasterKeyGUIView [KEY_GUI_VIEW_SIZE];
extern volatile int NonSysInplaceEncStatus;
#ifdef __cplusplus