From: Simon Rozman Date: Mon, 8 Oct 2018 09:45:59 +0000 (+0200) Subject: msvc: Unify Unicode/MultiByte string setting across all cfg|plat X-Git-Tag: v2.5_beta1~412 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=279aa11978f07494a3b665a619fa74c9d4b1485b;p=thirdparty%2Fopenvpn.git msvc: Unify Unicode/MultiByte string setting across all cfg|plat The openvpnserv.vcxproj source code is Windows API Unicode compliant with only Debug|x64 set to Unicode, while other cfg|plat pairs were set to MultiByte. Acked-by: Lev Stipakov Message-Id: <20181008094600.10164-1-simon@rozman.si> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg17633.html Signed-off-by: Gert Doering --- diff --git a/src/openvpnserv/openvpnserv.vcxproj b/src/openvpnserv/openvpnserv.vcxproj index cdc88ab38..740775705 100644 --- a/src/openvpnserv/openvpnserv.vcxproj +++ b/src/openvpnserv/openvpnserv.vcxproj @@ -27,19 +27,19 @@ Application - MultiByte + Unicode true v141 Application - MultiByte + Unicode true v141 Application - MultiByte + Unicode v141