Linux/MacOSX: Solve compilation issue following Windows Unicode rewrite

This commit is contained in:
Mounir IDRASSI 2015-11-28 23:03:02 +01:00
parent e0408eee74
commit cfadb231d2
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@
#include "Tcdefs.h"
#include <memory.h>
#include <stdlib.h>
#include "Rmd160.h"
#ifndef TC_WINDOWS_BOOT
#include "Sha2.h"

View File

@ -28,7 +28,7 @@ namespace VeraCrypt
VersionStaticText->SetFont (versionStaticTextFont);
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");
CreditsTextCtrl->SetMinSize (wxSize (