mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-05-31 08:50:54 +00:00
More work on MinGW support.
This commit is contained in:
parent
180cb328a4
commit
e0c79bd2d2
13 changed files with 1251 additions and 116 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
Doom 3 BFG Edition GPL Source Code
|
||||
Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company.
|
||||
Copyright (C) 2012 Robert Beckebans
|
||||
|
||||
This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code").
|
||||
|
||||
|
@ -26,6 +27,12 @@ If you have questions concerning this license or the applicable additional terms
|
|||
===========================================================================
|
||||
*/
|
||||
|
||||
// RB: missing __analysis_assume
|
||||
#if defined(__MINGW32__)
|
||||
#include <sal.h>
|
||||
#endif
|
||||
// RB end
|
||||
|
||||
#include "ParallelJobList_JobHeaders.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue