mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04: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
|
@ -383,7 +383,7 @@ static int settings_menu(void)
|
|||
break;
|
||||
case 1:
|
||||
rb->set_option(rb->str(LANG_ANNOUNCE_ON),
|
||||
&gAnnounce.announce_on, INT, announce_options, 2, NULL);
|
||||
&gAnnounce.announce_on, RB_INT, announce_options, 2, NULL);
|
||||
break;
|
||||
case 2:
|
||||
rb->set_int(rb->str(LANG_GROUPING), "", 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue