mirror of
https://github.com/celisej567/source-engine.git
synced 2026-09-13 20:13:45 +03:00
amd64: fix multithread, fix vgui, fix physmodels
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
static ZRESULT lasterrorZ=ZR_OK;
|
||||
#else
|
||||
#include "tier0/threadtools.h"
|
||||
static CThreadLocalInt<ZRESULT> lasterrorZ;
|
||||
static CTHREADLOCALINTEGER(ZRESULT) lasterrorZ;
|
||||
#endif
|
||||
|
||||
typedef unsigned char uch; // unsigned 8-bit value
|
||||
|
||||
Reference in New Issue
Block a user