forked from len0rd/rockbox
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
|
|
@ -589,7 +589,7 @@ static bool option_menu(void)
|
|||
{
|
||||
struct remove_setting *setting = &remove_list[result];
|
||||
int prev_option = setting->option;
|
||||
if (rb->set_option(option_menu_[result], &setting->option, INT,
|
||||
if (rb->set_option(option_menu_[result], &setting->option, RB_INT,
|
||||
remove_names, NUM_REMOVE_OPTION, NULL))
|
||||
return true;
|
||||
if (prev_option != setting->option)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue