mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 02:20:25 +01:00
More todo's
This commit is contained in:
parent
35955d20ba
commit
42b2822414
|
@ -99,6 +99,9 @@ typedef uint32_t UINT;
|
|||
#include <limits.h> // for PAGESIZE...
|
||||
#include <math.h>
|
||||
|
||||
// TODO: move the compiler detect routines to a separate file to declutter
|
||||
// things
|
||||
|
||||
// check for legacy defines...
|
||||
#if (defined __ICC)
|
||||
#if (!defined __INTEL_COMPILER)
|
||||
|
|
Loading…
Reference in New Issue
Block a user