fixed build

This commit is contained in:
Anonymous275 2022-06-08 16:55:12 +03:00
parent 23a5468e29
commit 92ff28b92e

View File

@ -150,7 +150,7 @@ std::string Server::GetSocketApiError() {
err = WSAGetLastError();
FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS,
FormatMessageA(FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS,
nullptr,
err,
MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),