mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-01 10:55:21 +00:00
Remove LPVOID from server chunk save threads
This commit is contained in:
@@ -97,5 +97,5 @@ private:
|
||||
} SaveThreadData;
|
||||
|
||||
public:
|
||||
static int runSaveThreadProc(LPVOID lpParam);
|
||||
static int runSaveThreadProc(void *lpParam);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user