From 423be683866fd8e305457eb725d8cdbe1f297fbd Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 27 Feb 2019 12:43:20 +0300 Subject: popup code cleaning (cause we have no tchar.h) --- plugins/OpenSSL/src/ssl_openssl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/OpenSSL/src') diff --git a/plugins/OpenSSL/src/ssl_openssl.cpp b/plugins/OpenSSL/src/ssl_openssl.cpp index 73a5936746..95a860318e 100644 --- a/plugins/OpenSSL/src/ssl_openssl.cpp +++ b/plugins/OpenSSL/src/ssl_openssl.cpp @@ -118,7 +118,7 @@ static void ReportSslError(SECURITY_STATUS scRet, int line, bool = false) Netlib_LogfW(nullptr, tszMsg); SetLastError(scRet); - PUShowMessageT(tszMsg.GetBuffer(), SM_WARNING); + PUShowMessageW(tszMsg.GetBuffer(), SM_WARNING); } void NetlibSslFree(SslHandle *ssl) -- cgit v1.2.3