Replace all windows types
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user