idParallelJobList: fix syntax highlighting for AddJob

This commit is contained in:
Admer 2021-06-23 23:27:51 +02:00 committed by Robert Beckebans
parent a1e1bec54a
commit 1e18029909

View file

@ -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