Need __STDC_LIMIT_MACROS macro here too

This commit is contained in:
ptitSeb 2016-04-19 08:24:43 +02:00
parent c15a2ce2b3
commit df3592c88c

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>