mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
Need __STDC_LIMIT_MACROS macro here too
This commit is contained in:
parent
c15a2ce2b3
commit
df3592c88c
1
Sources/Engine/StdH.h
Normal file → Executable file
1
Sources/Engine/StdH.h
Normal file → Executable file
|
@ -17,6 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
#define ENGINE_INTERNAL 1
|
#define ENGINE_INTERNAL 1
|
||||||
#define ENGINE_EXPORTS 1
|
#define ENGINE_EXPORTS 1
|
||||||
|
|
||||||
|
#define __STDC_LIMIT_MACROS 1
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user