mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
checkwps: Validate %?St() tags
This will bail if referenced setting name does not exist. Change-Id: I7abd54ec1260d3da6024ebec809f8e270b0a84e5
This commit is contained in:
parent
d57e1a21d1
commit
d7d7627baf
6 changed files with 91 additions and 22 deletions
|
|
@ -21,18 +21,17 @@
|
|||
#ifndef _ICONS_H_
|
||||
#define _ICONS_H_
|
||||
|
||||
#ifndef PLUGIN
|
||||
#if !defined(PLUGIN) && !defined(__PCTOOL__)
|
||||
|
||||
#include <lcd.h>
|
||||
#include "metadata.h"
|
||||
|
||||
/* External bitmaps */
|
||||
|
||||
#include "bitmaps/rockboxlogo.h"
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
#include "bitmaps/remote_rockboxlogo.h"
|
||||
#endif
|
||||
#endif /* PLUGIN */
|
||||
#endif /* !(PLUGIN || __PCTOOL__) */
|
||||
|
||||
struct cbmp_bitmap_info_entry /* */
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue