From 112781baee6c1a3c7520e710eb609d0234c89edf Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 11 Nov 2012 16:02:44 +0100 Subject: [PATCH] set GWIN_NEED_CONSOLE default value to FALSE --- include/gwin.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/gwin.h b/include/gwin.h index 37fecab4..b1c644a6 100644 --- a/include/gwin.h +++ b/include/gwin.h @@ -47,14 +47,14 @@ */ /** * @brief Should console functions be included. - * @details Defaults to TRUE + * @details Defaults to FALSE */ #ifndef GWIN_NEED_CONSOLE - #define GWIN_NEED_CONSOLE TRUE + #define GWIN_NEED_CONSOLE FALSE #endif /** * @brief Should button functions be included. - * @details Defaults to FALSE for now as implementation is not complete + * @details Defaults to FALSE */ #ifndef GWIN_NEED_BUTTON #define GWIN_NEED_BUTTON FALSE