mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-16 00:22:29 -05:00
Settings: Rename INT/BOOL setting type enum to RB_INT/RB_BOOL
....Because INT and BOOL are already defined in mingw32. Change-Id: I28ab8189c00002c8f68bc9d0c23d2ae78d9e33d0
This commit is contained in:
parent
cb3a6877fc
commit
8cc3266b2a
38 changed files with 115 additions and 115 deletions
|
|
@ -478,7 +478,7 @@ static int filter_items(struct printcell_data_t *pc_data,
|
|||
{"Exclude Any", -1}, {"Include", -1},
|
||||
{"Include Case Sensitive", -1}, {"Include Any", -1}
|
||||
};
|
||||
if (rb->set_option("Find Type", &option, INT,
|
||||
if (rb->set_option("Find Type", &option, RB_INT,
|
||||
find_types, 6, NULL))
|
||||
{
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue