1
0
Fork 0
forked from len0rd/rockbox

Fix database

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27971 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-09-01 21:58:00 +00:00
parent eac36d5a09
commit 4ada1ee44e
2 changed files with 3 additions and 3 deletions

View file

@ -89,11 +89,10 @@ bool dir_exists(const char *path)
return true;
}
#if !(CONFIG_PLATFORM & PLATFORM_ANDROID)
#endif /* __PCTOOL__ */
struct dirinfo dir_get_info(DIR* parent, struct dirent *entry)
{
(void)parent;
return entry->info;
}
#endif
#endif /* __PCTOOL__ */

View file

@ -8,6 +8,7 @@ database.c
../../apps/mp3data.c
../../apps/tagcache.c
../../firmware/common/crc32.c
../../firmware/common/filefuncs.c
../../firmware/common/strlcpy.c
../../firmware/common/strcasestr.c
../../firmware/common/structec.c