mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-20 02:55:39 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -316,7 +316,7 @@ void CSocialManager::DestroyPreviewPostImage()
|
||||
|
||||
void CSocialManager::SetSocialPostText(LPCWSTR pwchTitle, LPCWSTR pwchCaption, LPCWSTR pwchDesc)
|
||||
{
|
||||
wstring wTemp;
|
||||
std::wstring wTemp;
|
||||
|
||||
ZeroMemory(m_wchTitleA,sizeof(WCHAR)*(MAX_SOCIALPOST_CAPTION+1));
|
||||
ZeroMemory(m_wchCaptionA,sizeof(WCHAR)*(MAX_SOCIALPOST_CAPTION+1));
|
||||
|
||||
Reference in New Issue
Block a user