summaryrefslogtreecommitdiff
path: root/firmware/common/rbpaths.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/common/rbpaths.c')
-rw-r--r--firmware/common/rbpaths.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/common/rbpaths.c b/firmware/common/rbpaths.c
index 10fceb69d9..cb56ab4845 100644
--- a/firmware/common/rbpaths.c
+++ b/firmware/common/rbpaths.c
@@ -43,7 +43,7 @@
43#define opendir opendir_android 43#define opendir opendir_android
44#define mkdir mkdir_android 44#define mkdir mkdir_android
45#define rmdir rmdir_android 45#define rmdir rmdir_android
46#elif (CONFIG_PLATFORM & (PLATFORM_SDL|PLATFORM_MAEMO)) 46#elif (CONFIG_PLATFORM & (PLATFORM_SDL|PLATFORM_MAEMO|PLATFORM_PANDORA))
47#define open sim_open 47#define open sim_open
48#define remove sim_remove 48#define remove sim_remove
49#define rename sim_rename 49#define rename sim_rename