mirror of
https://github.com/Patoke/4JLibs.git
synced 2026-05-28 08:34:31 +00:00
fix: projects now build for both vs 2022 and vs 2012
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user