fix: projects now build for both vs 2022 and vs 2012

This commit is contained in:
Patoke
2026-03-01 05:50:14 -03:00
parent 4b7769987d
commit ac4fcfb546
5 changed files with 15 additions and 8 deletions

View File

@@ -41,8 +41,8 @@ void CSaveGame::ResetSaveData()
C4JStorage::ESaveGameState CSaveGame::GetSavesInfo(int iPad, int (*Func)(LPVOID lpParam, SAVE_DETAILS* pSaveDetails, const bool), LPVOID lpParam, char* pszSavePackName)
{
WIN32_FIND_DATAA findFileData{};
WIN32_FILE_ATTRIBUTE_DATA fileInfoBuffer{};
WIN32_FIND_DATAA findFileData;
WIN32_FILE_ATTRIBUTE_DATA fileInfoBuffer;
if (!m_pSaveDetails)
{