Need __STDC_LIMIT_MACROS macro here too

This commit is contained in:
ptitSeb 2016-04-19 08:24:43 +02:00
parent b9e4fb49c9
commit 4bbe57bccb

1
Sources/Engine/StdH.h Normal file → Executable file
View File

@ -17,6 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define ENGINE_INTERNAL 1
#define ENGINE_EXPORTS 1
#define __STDC_LIMIT_MACROS 1
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>