forked from len0rd/rockbox
Disable some more sim_ and app_ redirection for __PCTOOL__.
This makes checkwps build again for apps Change-Id: I6fcd299076bd201053012d09e208a0845c2145e2
This commit is contained in:
parent
466a7c6a40
commit
efd25bf6db
1 changed files with 2 additions and 2 deletions
|
@ -40,14 +40,14 @@
|
|||
#undef rmdir
|
||||
|
||||
|
||||
#if (CONFIG_PLATFORM & PLATFORM_ANDROID) || defined(SAMSUNG_YPR0)
|
||||
#if (CONFIG_PLATFORM & PLATFORM_ANDROID) || defined(SAMSUNG_YPR0) && !defined(__PCTOOL__)
|
||||
#include "dir-target.h"
|
||||
#define opendir _opendir
|
||||
#define mkdir _mkdir
|
||||
#if (CONFIG_PLATFORM & PLATFORM_ANDROID)
|
||||
static const char rbhome[] = "/sdcard";
|
||||
#endif
|
||||
#elif (CONFIG_PLATFORM & (PLATFORM_SDL|PLATFORM_MAEMO|PLATFORM_PANDORA))
|
||||
#elif (CONFIG_PLATFORM & (PLATFORM_SDL|PLATFORM_MAEMO|PLATFORM_PANDORA)) && !defined(__PCTOOL__)
|
||||
#define open sim_open
|
||||
#define remove sim_remove
|
||||
#define rename sim_rename
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue