From f9c684fb11b3f20c69decdbb5b57b1d508faef7a Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Thu, 8 Mar 2018 00:45:43 -0500 Subject: [PATCH] Speaking of badly sized mac things --- Engine/source/platform/types.mac.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Engine/source/platform/types.mac.h b/Engine/source/platform/types.mac.h index e700afac0..fb31d5ea7 100644 --- a/Engine/source/platform/types.mac.h +++ b/Engine/source/platform/types.mac.h @@ -27,10 +27,11 @@ #define FN_CDECL #define STDCALL +#include // size_t is needed to overload new // size_t tends to be OS and compiler specific and may need to // be if/def'ed in the future -typedef unsigned long dsize_t; +typedef size_t dsize_t; /** Platform dependent file date-time structure. The defination of this structure