Remove Win32 wide string aliases from common UI

This commit is contained in:
notmatthewbeshay
2026-03-10 23:10:42 +11:00
parent 3b199b9ba2
commit 147ce20bc5
10 changed files with 26 additions and 26 deletions

View File

@@ -199,7 +199,7 @@ void UIComponent_TutorialPopup::_SetDescription(UIScene *interactScene, const st
}
}
std::wstring UIComponent_TutorialPopup::_SetIcon(int icon, int iAuxVal, bool isFoil, LPCWSTR desc)
std::wstring UIComponent_TutorialPopup::_SetIcon(int icon, int iAuxVal, bool isFoil, const wchar_t *desc)
{
std::wstring temp(desc);