From 6019d0b9c952e2e5746f132e3b151c6859ddd37c Mon Sep 17 00:00:00 2001 From: inmarket Date: Wed, 11 Nov 2015 19:18:15 +1000 Subject: [PATCH] More compiler define fixes --- src/gwin/gwin_class.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gwin/gwin_class.h b/src/gwin/gwin_class.h index 6a3f62b4..7946a839 100644 --- a/src/gwin/gwin_class.h +++ b/src/gwin/gwin_class.h @@ -23,7 +23,7 @@ #if GFX_USE_GWIN || defined(__DOXYGEN__) -#if (GFX_COMPILER == GFX_COMPILER_ARMCC) || (GFX_COMPILER == GFX_COMPILER_KEIL) +#if defined(__KEIL__) || defined(__C51__) #pragma anon_unions #endif