mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-24 20:13:33 +01:00
Linux/MacOSX: Solve compilation issue following Windows Unicode rewrite
This commit is contained in:
parent
e0408eee74
commit
cfadb231d2
@ -14,6 +14,7 @@
|
|||||||
#include "Tcdefs.h"
|
#include "Tcdefs.h"
|
||||||
|
|
||||||
#include <memory.h>
|
#include <memory.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include "Rmd160.h"
|
#include "Rmd160.h"
|
||||||
#ifndef TC_WINDOWS_BOOT
|
#ifndef TC_WINDOWS_BOOT
|
||||||
#include "Sha2.h"
|
#include "Sha2.h"
|
||||||
|
@ -28,7 +28,7 @@ namespace VeraCrypt
|
|||||||
VersionStaticText->SetFont (versionStaticTextFont);
|
VersionStaticText->SetFont (versionStaticTextFont);
|
||||||
|
|
||||||
VersionStaticText->SetLabel (Application::GetName() + L" " + StringConverter::ToWide (Version::String()));
|
VersionStaticText->SetLabel (Application::GetName() + L" " + StringConverter::ToWide (Version::String()));
|
||||||
CopyrightStaticText->SetLabel (StringConverter::ToWide (TC_STR_RELEASED_BY));
|
CopyrightStaticText->SetLabel (TC_STR_RELEASED_BY);
|
||||||
WebsiteHyperlink->SetLabel (L"www.idrix.fr");
|
WebsiteHyperlink->SetLabel (L"www.idrix.fr");
|
||||||
|
|
||||||
CreditsTextCtrl->SetMinSize (wxSize (
|
CreditsTextCtrl->SetMinSize (wxSize (
|
||||||
|
Loading…
Reference in New Issue
Block a user