mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 17:59:37 +00:00
amd64: fix multithread, fix vgui, fix physmodels
This commit is contained in:
+1
-1
@@ -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