forked from len0rd/rockbox
Fix (most of) the red in a8c52b1bfb
HAVE_STORAGE_INFO needs to be defined for all non-sim/hostfs targets Change-Id: Id0d6f88306776cfc286fc0d852b77b70ba389efc
This commit is contained in:
parent
a8c52b1bfb
commit
04dc052a96
1 changed files with 1 additions and 3 deletions
|
@ -1259,11 +1259,9 @@ Lyre prototype 1 */
|
|||
# define INCLUDE_TIMEOUT_API
|
||||
#endif
|
||||
|
||||
#ifndef SIMULATOR
|
||||
#if defined(HAVE_USBSTACK) || (CONFIG_STORAGE & STORAGE_NAND) || (CONFIG_STORAGE & STORAGE_RAMDISK)
|
||||
#if (!defined(SIMULATOR) && !defined(HAVE_HOSTFS))
|
||||
#define STORAGE_GET_INFO
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_SIGALTSTACK_THREADS)
|
||||
#ifndef _XOPEN_SOURCE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue