More work on MinGW support.

This commit is contained in:
Robert Beckebans 2012-12-03 23:55:27 +01:00
parent 180cb328a4
commit e0c79bd2d2
13 changed files with 1251 additions and 116 deletions

View file

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