mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 11:06:34 +00:00
Remove legacy Win32 thread entry state
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user