From df3592c88cb1ed65c868882e6c68d506bdadbc60 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 19 Apr 2016 08:24:43 +0200 Subject: [PATCH] Need __STDC_LIMIT_MACROS macro here too --- Sources/Engine/StdH.h | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 Sources/Engine/StdH.h diff --git a/Sources/Engine/StdH.h b/Sources/Engine/StdH.h old mode 100644 new mode 100755 index 8547abf..562d53f --- a/Sources/Engine/StdH.h +++ b/Sources/Engine/StdH.h @@ -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 #include #include