Fix some compile issues.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5432 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f38a6264b8
commit
b6fc034302
3 changed files with 6 additions and 2 deletions
|
@ -370,6 +370,7 @@ void COM_AssertMainThread(const char *msg);
|
|||
#else
|
||||
#define com_workererror false
|
||||
#define COM_AddWork(t,f,a,b,c,d) (f)((a),(b),(c),(d))
|
||||
#define COM_InsertWork(t,f,a,b,c,d) (f)((a),(b),(c),(d))
|
||||
#define COM_WorkerPartialSync(c,a,v)
|
||||
#define COM_WorkerFullSync()
|
||||
#define COM_HasWork() false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue