summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-10-15 12:58:50 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-10-15 12:58:50 +0000
commitcfa73ae61e399e71f3e9fb7ce2fa2968331f5f49 (patch)
treeaec2ac966bca816fe76cae31612d83e1539ff629
parent18739873154648ea6fbb40623cc021b2d4ca0a5d (diff)
downloadrockbox-cfa73ae61e399e71f3e9fb7ce2fa2968331f5f49.tar.gz
rockbox-cfa73ae61e399e71f3e9fb7ce2fa2968331f5f49.zip
Sim build fix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2662 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/hwcompat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/hwcompat.h b/firmware/hwcompat.h
index 3a142fb713..c79e3ba682 100644
--- a/firmware/hwcompat.h
+++ b/firmware/hwcompat.h
@@ -29,7 +29,7 @@
29int read_rom_version(void); 29int read_rom_version(void);
30int read_hw_mask(void); 30int read_hw_mask(void);
31 31
32#ifdef ARCHOS_PLAYER 32#ifdef HAVE_LCD_CHARCELLS
33bool has_new_lcd(void); 33bool has_new_lcd(void);
34#endif 34#endif
35 35