Oops - missed this one. Not ready for prime time yet though.

ugfx_release_2.6
inmarket 2014-05-10 01:28:59 +10:00
parent cb606359cc
commit 890653111b
1 changed files with 6 additions and 1 deletions

View File

@ -116,7 +116,12 @@
#error "GWIN: GDISP_NEED_TEXT is required if GWIN_NEED_CONSOLE is TRUE."
#endif
#endif
#if GWIN_NEED_GRAPH
#if GWIN_NEED_PROGRESSBAR
#if GWIN_PROGRESSBAR_AUTO
#if !GFX_USE_GTIMER
#error "GWIN: GFX_USE_GTIMER is required if GWIN_PROGRESSBAR_AUTO is TRUE."
#endif
#endif
#endif
#endif