1
0
Fork 0
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:
Frank Gevaerts 2012-03-03 18:23:09 +01:00
parent 71953a4266
commit f7a4ee2ddc

View file

@ -73,7 +73,7 @@ typedef struct {
#endif
#if defined(APPLICATION)
#if defined(APPLICATION) && !defined(__PCTOOL__)
#if (CONFIG_PLATFORM & PLATFORM_ANDROID) || defined(SAMSUNG_YPR0)
#include "dir-target.h"
#endif