aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-11-11 19:18:15 +1000
committerinmarket <andrewh@inmarket.com.au>2015-11-11 19:18:15 +1000
commit6019d0b9c952e2e5746f132e3b151c6859ddd37c (patch)
tree04b244d02b6b939305b8c041d2ef1e6df03e31e1 /src/gwin
parent41b16f9c63d640f9c395d08d7769dacd0141d79b (diff)
downloaduGFX-6019d0b9c952e2e5746f132e3b151c6859ddd37c.tar.gz
uGFX-6019d0b9c952e2e5746f132e3b151c6859ddd37c.tar.bz2
uGFX-6019d0b9c952e2e5746f132e3b151c6859ddd37c.zip
More compiler define fixes
Diffstat (limited to 'src/gwin')
-rw-r--r--src/gwin/gwin_class.h2
1 files changed, 1 insertions, 1 deletions
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