set GWIN_NEED_CONSOLE default value to FALSE
This commit is contained in:
parent
e8020a88c9
commit
112781baee
@ -47,14 +47,14 @@
|
|||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* @brief Should console functions be included.
|
* @brief Should console functions be included.
|
||||||
* @details Defaults to TRUE
|
* @details Defaults to FALSE
|
||||||
*/
|
*/
|
||||||
#ifndef GWIN_NEED_CONSOLE
|
#ifndef GWIN_NEED_CONSOLE
|
||||||
#define GWIN_NEED_CONSOLE TRUE
|
#define GWIN_NEED_CONSOLE FALSE
|
||||||
#endif
|
#endif
|
||||||
/**
|
/**
|
||||||
* @brief Should button functions be included.
|
* @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
|
#ifndef GWIN_NEED_BUTTON
|
||||||
#define GWIN_NEED_BUTTON FALSE
|
#define GWIN_NEED_BUTTON FALSE
|
||||||
|
Loading…
Reference in New Issue
Block a user