diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-10-15 12:58:50 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-10-15 12:58:50 +0000 |
| commit | cfa73ae61e399e71f3e9fb7ce2fa2968331f5f49 (patch) | |
| tree | aec2ac966bca816fe76cae31612d83e1539ff629 | |
| parent | 18739873154648ea6fbb40623cc021b2d4ca0a5d (diff) | |
| download | rockbox-cfa73ae61e399e71f3e9fb7ce2fa2968331f5f49.zip rockbox-cfa73ae61e399e71f3e9fb7ce2fa2968331f5f49.tar.gz rockbox-cfa73ae61e399e71f3e9fb7ce2fa2968331f5f49.tar.bz2 rockbox-cfa73ae61e399e71f3e9fb7ce2fa2968331f5f49.tar.xz | |
Sim build fix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2662 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/hwcompat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/hwcompat.h b/firmware/hwcompat.h index 3a142fb..c79e3ba 100644 --- a/firmware/hwcompat.h +++ b/firmware/hwcompat.h @@ -29,7 +29,7 @@ int read_rom_version(void); int read_hw_mask(void); -#ifdef ARCHOS_PLAYER +#ifdef HAVE_LCD_CHARCELLS bool has_new_lcd(void); #endif |