From f414fb1e22b33bd0f4d9692bcea3da337e6aff7a Mon Sep 17 00:00:00 2001 From: Jonas Häggqvist Date: Mon, 16 May 2005 12:15:24 +0000 Subject: Fix simulator builds git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6478 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/logo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/logo.c b/apps/plugins/logo.c index 080da6a4e5..9cace8943c 100644 --- a/apps/plugins/logo.c +++ b/apps/plugins/logo.c @@ -24,7 +24,7 @@ #define DISPLAY_HEIGHT LCD_HEIGHT #define RAND_SCALE 5 -#ifdef IRIVER_H100 +#if defined(IRIVER_H100) && !defined(SIMULATOR) #define REMOTE_WIDTH 134 #define REMOTE_HEIGHT 65 #define REMOTE_LOGO_WIDTH 91 -- cgit v1.2.3