aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gwin.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/gwin.h b/include/gwin.h
index acb02b35..7dfa4c68 100644
--- a/include/gwin.h
+++ b/include/gwin.h
@@ -51,9 +51,10 @@
/* Low Level Driver details and error checks. */
/*===========================================================================*/
-#if !defined(GFX_USE_GDISP)
+#if !GFX_USE_GDISP
#error "GWIN: GFX_USE_GDISP must also be defined"
#endif
+
#include "gdisp.h"
#if !GDISP_NEED_CLIP
@@ -174,3 +175,4 @@ void gwinPutCharArray(GWindow *gw, const char *str, size_t n);
#endif /* _GWIN_H */
/** @} */
+