From f363bf13e9e9c928a30e12755056a54da56a9c24 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sat, 1 May 2004 13:45:10 +0000 Subject: [PATCH] fix to compile without EDITCOLORS --- wince/cemain.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wince/cemain.c b/wince/cemain.c index a04e80d3c..7caa28a42 100755 --- a/wince/cemain.c +++ b/wince/cemain.c @@ -992,9 +992,11 @@ ceDoPrefsDlg( CEAppGlobals* globals ) (void)cePositionBoard( globals ); +#ifdef XWFEATURE_CE_EDITCOLORS if ( state.colorsChanged ) { updateForColors( globals ); } +#endif /* need to reflect vars set in state into globals, and update/inval as appropriate. */ }