Remove legacy Win32 thread entry state

This commit is contained in:
notmatthewbeshay
2026-03-11 07:56:44 +11:00
parent 78fdd89f9d
commit 2256d0fadd
5 changed files with 5 additions and 16 deletions

View File

@@ -345,7 +345,7 @@ void McRegionChunkStorage::staticCtor()
}
}
int McRegionChunkStorage::runSaveThreadProc(LPVOID lpParam)
int McRegionChunkStorage::runSaveThreadProc(void *lpParam)
{
Compression::CreateNewThreadStorage();