From cfadb231d24bd292a6ea3708b776bde8f06e50ab Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 28 Nov 2015 23:03:02 +0100 Subject: Linux/MacOSX: Solve compilation issue following Windows Unicode rewrite --- src/Common/Pkcs5.c | 1 + src/Main/Forms/AboutDialog.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Common/Pkcs5.c b/src/Common/Pkcs5.c index d1bc6027..d2696d9c 100644 --- a/src/Common/Pkcs5.c +++ b/src/Common/Pkcs5.c @@ -14,6 +14,7 @@ #include "Tcdefs.h" #include +#include #include "Rmd160.h" #ifndef TC_WINDOWS_BOOT #include "Sha2.h" diff --git a/src/Main/Forms/AboutDialog.cpp b/src/Main/Forms/AboutDialog.cpp index c7d28ba2..593a3a4f 100644 --- a/src/Main/Forms/AboutDialog.cpp +++ b/src/Main/Forms/AboutDialog.cpp @@ -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 ( -- cgit v1.2.3