diff --git a/Sources/Engine/Base/Types.h b/Sources/Engine/Base/Types.h old mode 100644 new mode 100755 index 1cf1903..e1b994c --- a/Sources/Engine/Base/Types.h +++ b/Sources/Engine/Base/Types.h @@ -70,6 +70,7 @@ typedef unsigned int UINT; #else // AFAIK there were versions of MSVC where UINTPTR_MAX was incorrect, // so I use different code for Windows above + #define __STDC_LIMIT_MACROS 1 #include // UINTPTR_MAX #ifdef UINTPTR_MAX #if UINTPTR_MAX == 0xffffffffuL