Replace all windows types

This commit is contained in:
murdle
2026-03-01 20:06:25 +02:00
parent fd7d6b7a35
commit 5b984ad854
790 changed files with 11101 additions and 9193 deletions

View File

@@ -258,7 +258,7 @@ public:
XLockFreeStack<int> dirtyChunksLockFreeStack;
bool dirtyChunkPresent;
__int64 lastDirtyChunkFound;
int64_t lastDirtyChunkFound;
static const int FORCE_DIRTY_CHUNK_CHECK_PERIOD_MS = 250;
#ifdef _LARGE_WORLDS
@@ -269,7 +269,7 @@ public:
static C4JThread::EventArray *s_rebuildCompleteEvents;
static C4JThread::Event *s_activationEventA[MAX_CHUNK_REBUILD_THREADS];
static void staticCtor();
static int rebuildChunkThreadProc(LPVOID lpParam);
static int rebuildChunkThreadProc(void* lpParam);
CRITICAL_SECTION m_csChunkFlags;
#endif