mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix red - bootloaders don't link language support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22949 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f8adc43c64
commit
e7183f95d0
1 changed files with 7 additions and 0 deletions
|
@ -27,7 +27,14 @@
|
|||
* KIND, either express or implied.
|
||||
*
|
||||
****************************************************************************/
|
||||
#ifdef BOOTLOADER
|
||||
static int lang_is_rtl(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#else
|
||||
#include "language.h"
|
||||
#endif
|
||||
|
||||
#ifndef LCDFN /* Not compiling for remote - define macros for main LCD. */
|
||||
#define LCDFN(fn) lcd_ ## fn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue