Use standard screenshot buffer types

This commit is contained in:
notmatthewbeshay
2026-03-10 19:27:44 +11:00
parent d2db55e050
commit c4947ce99a
16 changed files with 20 additions and 20 deletions

View File

@@ -459,8 +459,8 @@ bool CSocialManager::PostImageToSocialNetwork( ESocialNetwork eSocialNetwork, DW
bool bResult = false;
PBYTE pbData=NULL;
DWORD dwDataSize;
std::uint8_t *pbData = NULL;
unsigned int dwDataSize = 0;
app.GetScreenshot(dwUserIndex,&pbData,&dwDataSize);
app.GetPreviewImage(dwUserIndex,&m_PostPreviewImage);