From 30237007f1cccdc12e6012a01a87ed83b6024fff Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 19 Nov 2004 13:34:35 +0000 Subject: [PATCH] There will soon exist bitmapped players without RTC (iRiver) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5438 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/clock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/clock.c b/apps/plugins/clock.c index 2695bab26d..ab2e05e7c2 100644 --- a/apps/plugins/clock.c +++ b/apps/plugins/clock.c @@ -74,7 +74,7 @@ Original release, featuring analog / digital modes and a few options. #include "plugin.h" #include "time.h" -#ifdef HAVE_LCD_BITMAP +#if defined(HAVE_LCD_BITMAP) && defined(HAVE_RTC) #define CLOCK_VERSION "2.51"