aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin
diff options
context:
space:
mode:
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 7946a839..ac89f672 100644
--- a/src/gwin/gwin_class.h
+++ b/src/gwin/gwin_class.h
@@ -23,7 +23,7 @@
#if GFX_USE_GWIN || defined(__DOXYGEN__)
-#if defined(__KEIL__) || defined(__C51__)
+#if GFX_COMPILER == GFX_COMILER_KEIL
#pragma anon_unions
#endif