forked from len0rd/rockbox
Fix build errors.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12416 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
45c187ce1d
commit
ac6e19a90c
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ button.c
|
||||||
kernel.c
|
kernel.c
|
||||||
#ifdef HAVE_LCD_BITMAP
|
#ifdef HAVE_LCD_BITMAP
|
||||||
lcd-bitmap.c
|
lcd-bitmap.c
|
||||||
#elif HAVE_LCD_CHARCELLS
|
#elif defined(HAVE_LCD_CHARCELLS)
|
||||||
lcd-charcell.c
|
lcd-charcell.c
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_REMOTE_LCD
|
#ifdef HAVE_REMOTE_LCD
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#include "lcd-sdl.h"
|
#include "lcd-sdl.h"
|
||||||
#ifdef HAVE_LCD_BITMAP
|
#ifdef HAVE_LCD_BITMAP
|
||||||
#include "lcd-bitmap.h"
|
#include "lcd-bitmap.h"
|
||||||
#elif HAVE_LCD_CHARCELLS
|
#elif defined(HAVE_LCD_CHARCELLS)
|
||||||
#include "lcd-charcell.h"
|
#include "lcd-charcell.h"
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_REMOTE_LCD
|
#ifdef HAVE_REMOTE_LCD
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue