From e09e2fbfbe48ae4f4427736538acd9423458ec70 Mon Sep 17 00:00:00 2001 From: Person Date: Wed, 7 Nov 2018 19:04:06 -0800 Subject: [PATCH] --Code changes -Fix Mac build which was failing due to multiple definitions of TRUE and FALSE. --- Source/EmberCommon/EmberCommonPch.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/EmberCommon/EmberCommonPch.h b/Source/EmberCommon/EmberCommonPch.h index e9d45a8..8f5a8dd 100644 --- a/Source/EmberCommon/EmberCommonPch.h +++ b/Source/EmberCommon/EmberCommonPch.h @@ -67,6 +67,8 @@ #include #include #include + #undef FALSE + #undef TRUE #include #else #include