mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-15 07:00:58 +00:00
idParallelJobList: fix syntax highlighting for AddJob
This commit is contained in:
parent
a1e1bec54a
commit
1e18029909
1 changed files with 5 additions and 0 deletions
|
@ -70,6 +70,11 @@ enum jobListParallelism_t
|
|||
#define assert_spu_local_store( ptr )
|
||||
#define assert_not_spu_local_store( ptr )
|
||||
|
||||
// Admer: prevent Visual Studio from incorrectly highlighting AddJob, as the same is defined in winspool.h
|
||||
#ifdef AddJob
|
||||
#undef AddJob
|
||||
#endif
|
||||
|
||||
/*
|
||||
================================================
|
||||
idParallelJobList
|
||||
|
|
Loading…
Reference in a new issue