forked from len0rd/rockbox
Don't redirect file IO to app_* for __PCTOOLS__ builds for dir functions.
Change-Id: If4dc6c373f09f24c9cea4620ea6443e01512b495
This commit is contained in:
parent
71953a4266
commit
f7a4ee2ddc
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ typedef struct {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#if defined(APPLICATION)
|
#if defined(APPLICATION) && !defined(__PCTOOL__)
|
||||||
#if (CONFIG_PLATFORM & PLATFORM_ANDROID) || defined(SAMSUNG_YPR0)
|
#if (CONFIG_PLATFORM & PLATFORM_ANDROID) || defined(SAMSUNG_YPR0)
|
||||||
#include "dir-target.h"
|
#include "dir-target.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue