Remove legacy Win32 thread entry state

This commit is contained in:
notmatthewbeshay
2026-03-11 15:38:53 +11:00
parent 78fdd89f9d
commit 2256d0fadd
5 changed files with 5 additions and 16 deletions
@@ -345,7 +345,7 @@ void McRegionChunkStorage::staticCtor()
}
}
int McRegionChunkStorage::runSaveThreadProc(LPVOID lpParam)
int McRegionChunkStorage::runSaveThreadProc(void *lpParam)
{
Compression::CreateNewThreadStorage();
@@ -39,5 +39,5 @@ public:
private:
static void WaitForAllSaves();
static void WaitForSaves();
static int runSaveThreadProc(LPVOID lpParam);
static int runSaveThreadProc(void *lpParam);
};