added warning about unfinished feature

ugfx_release_2.6
Joel Bodenmann 2013-12-18 23:26:57 +01:00
parent 69a576bcfd
commit 391de88289
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@
#define GWIN_CONSOLE_USE_CLEAR_LINES TRUE
#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
*/