mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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
|
# define INCLUDE_TIMEOUT_API
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef SIMULATOR
|
#if (!defined(SIMULATOR) && !defined(HAVE_HOSTFS))
|
||||||
#if defined(HAVE_USBSTACK) || (CONFIG_STORAGE & STORAGE_NAND) || (CONFIG_STORAGE & STORAGE_RAMDISK)
|
|
||||||
#define STORAGE_GET_INFO
|
#define STORAGE_GET_INFO
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(HAVE_SIGALTSTACK_THREADS)
|
#if defined(HAVE_SIGALTSTACK_THREADS)
|
||||||
#ifndef _XOPEN_SOURCE
|
#ifndef _XOPEN_SOURCE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue