added warning about unfinished feature
This commit is contained in:
parent
69a576bcfd
commit
391de88289
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@
|
||||||
#define GWIN_CONSOLE_USE_CLEAR_LINES TRUE
|
#define GWIN_CONSOLE_USE_CLEAR_LINES TRUE
|
||||||
#define GWIN_CONSOLE_USE_FILLED_CHARS FALSE
|
#define GWIN_CONSOLE_USE_FILLED_CHARS FALSE
|
||||||
|
|
||||||
|
// some temporary warning
|
||||||
|
#if GWIN_CONSOLE_NEED_HISTORY
|
||||||
|
#warning "This feature is work in progress and does currently contain a lot of bugs."
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Stream interface implementation. The interface is write only
|
* Stream interface implementation. The interface is write only
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue