From 890653111b978f13b9f168c7308926d7e6a04e6c Mon Sep 17 00:00:00 2001 From: inmarket Date: Sat, 10 May 2014 01:28:59 +1000 Subject: [PATCH] Oops - missed this one. Not ready for prime time yet though. --- src/gwin/sys_rules.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/gwin/sys_rules.h b/src/gwin/sys_rules.h index eeba2286..ce3b28c7 100644 --- a/src/gwin/sys_rules.h +++ b/src/gwin/sys_rules.h @@ -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