bare bones cmake & tiny warnings (#1)

* add cmakelist

* fix 2 warnings

* rename libs

* add the multithreaded thing

* combine libpng into render lib

---------

Co-authored-by: gsds <51339266+Patoke@users.noreply.github.com>
This commit is contained in:
alk
2026-04-18 00:41:02 -04:00
committed by GitHub
co-authored by gsds
parent 44e6c12004
commit 576f038dd0
9 changed files with 151 additions and 3 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ C4JStorage::ESaveGameState CSaveGame::GetSavesInfo(int iPad, int (*Func)(LPVOID
if (h == INVALID_HANDLE_VALUE)
{
DWORD error = GetLastError();
printf("Error finding save dirs: 0x%08x\n", error);
printf("Error finding save dirs: 0x%08lx\n", error);
}
else
{