From a4264eb89a21a3c9cc765df76ce293cfd3e73a49 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Wed, 1 Sep 2010 22:06:03 +0000 Subject: Redo previous commit to not break android builds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27972 a1c6a512-1295-4272-9138-f99709370657 --- firmware/common/filefuncs.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'firmware') diff --git a/firmware/common/filefuncs.c b/firmware/common/filefuncs.c index 21096dac3c..2e3894b2c4 100644 --- a/firmware/common/filefuncs.c +++ b/firmware/common/filefuncs.c @@ -54,7 +54,6 @@ int strip_volume(const char* name, char* namecopy) } #endif /* #ifdef HAVE_MULTIVOLUME */ -#ifndef __PCTOOL__ /* Test file existence, using dircache of possible */ bool file_exists(const char *file) { @@ -89,10 +88,10 @@ bool dir_exists(const char *path) return true; } -#endif /* __PCTOOL__ */ - +#if (CONFIG_PLATFORM & PLATFORM_NATIVE) struct dirinfo dir_get_info(DIR* parent, struct dirent *entry) { (void)parent; return entry->info; } +#endif -- cgit v1.2.3