Bug fix - GWIN_NEED_PROGRESSBAR not set to FALSE by default
This commit is contained in:
parent
a695f5337d
commit
15baf7a5c7
1 changed files with 7 additions and 0 deletions
|
@ -57,6 +57,13 @@
|
|||
#ifndef GWIN_NEED_BUTTON
|
||||
#define GWIN_NEED_BUTTON FALSE
|
||||
#endif
|
||||
/**
|
||||
* @brief Should progressbar functions be included.
|
||||
* @details Defaults to FALSE
|
||||
*/
|
||||
#ifndef GWIN_NEED_PROGRESSBAR
|
||||
#define GWIN_NEED_PROGRESSBAR FALSE
|
||||
#endif
|
||||
/**
|
||||
* @brief Should slider functions be included.
|
||||
* @details Defaults to FALSE
|
||||
|
|
Loading…
Add table
Reference in a new issue