aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin.h
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-11-10 03:19:45 -0800
committerTectu <joel@unormal.org>2012-11-10 03:19:45 -0800
commitcc5ae04b7bba81739bf9b8f5c9a79ea98e6e9319 (patch)
tree20b41e477afe3d80fc3426877d3dc92c81b750b2 /include/gwin.h
parentaffd9792ff42fab8f376bd2c87a71b25fd52baf7 (diff)
parent77e1371b86c6181da153d68b326c624486c1245c (diff)
downloaduGFX-cc5ae04b7bba81739bf9b8f5c9a79ea98e6e9319.tar.gz
uGFX-cc5ae04b7bba81739bf9b8f5c9a79ea98e6e9319.tar.bz2
uGFX-cc5ae04b7bba81739bf9b8f5c9a79ea98e6e9319.zip
Merge pull request #14 from inmarket/master
Win32 touch support
Diffstat (limited to 'include/gwin.h')
-rw-r--r--include/gwin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gwin.h b/include/gwin.h
index 79b8371c..37fecab4 100644
--- a/include/gwin.h
+++ b/include/gwin.h
@@ -66,7 +66,7 @@
/* Low Level Driver details and error checks. */
/*===========================================================================*/
-#if !defined(GFX_USE_GDISP)
+#if !defined(GFX_USE_GDISP) || !GFX_USE_GDISP
#error "GWIN: GFX_USE_GDISP must also be defined"
#endif
#include "gdisp.h"