mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-29 18:34:55 +00:00
Remove DWORD from utility TLS headers
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "../Platform/stdafx.h"
|
||||
#include "IntCache.h"
|
||||
|
||||
DWORD IntCache::tlsIdx = TlsAlloc();
|
||||
unsigned int IntCache::tlsIdx = TlsAlloc();
|
||||
|
||||
void IntCache::CreateNewThreadStorage()
|
||||
{
|
||||
@@ -161,4 +161,4 @@ void IntCache::Reset()
|
||||
delete [] tls->toosmall[i].data;
|
||||
}
|
||||
tls->toosmall.clear();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user