mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-26 08:28:13 +05:00
Working release build
This commit is contained in:
@@ -24,6 +24,8 @@ wstring Language::getElement(const wstring& elementId, ...)
|
||||
{
|
||||
#ifdef __PSVITA__ // 4J - vita doesn't like having a reference type as the last parameter passed to va_start - we shouldn't need this method anyway
|
||||
return L"";
|
||||
#elif _MSC_VER >= 1930 // VS2022+ also disallows va_start with reference types
|
||||
return elementId;
|
||||
#else
|
||||
va_list args;
|
||||
va_start(args, elementId);
|
||||
|
||||
Reference in New Issue
Block a user