From 0f928f87850153a38c7e6cfafd283ce4f52a0666 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Tue, 11 Feb 2014 15:27:23 +0100 Subject: RaaA: Move directory related stuff from filesystem-unix.c into rbpaths.c. Part of this change is to align sdlapp builds to other application targets in that the sim_* wrappers are not used anymore (except for sim_read/write). Path mangling is now done in rbpaths.c as well. Change-Id: I9726da73b50a83d9e1a1840288de16ec01ea029d --- firmware/common/filefuncs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/common/filefuncs.c') diff --git a/firmware/common/filefuncs.c b/firmware/common/filefuncs.c index 6c0275709c..16f8d88684 100644 --- a/firmware/common/filefuncs.c +++ b/firmware/common/filefuncs.c @@ -93,7 +93,7 @@ bool dir_exists(const char *path) } -#if (CONFIG_PLATFORM & (PLATFORM_NATIVE|PLATFORM_SDL|PLATFORM_MAEMO|PLATFORM_PANDORA)) +#if (CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(SIMULATOR) struct dirinfo dir_get_info(DIR* parent, struct dirent *entry) { (void)parent; -- cgit v1.2.3