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 2d3c1e6603..ddfcff47b7 100644
--- a/firmware/common/rbpaths.c
+++ b/firmware/common/rbpaths.c
@@ -42,7 +42,7 @@
42#define opendir opendir_android 42#define opendir opendir_android
43#define mkdir mkdir_android 43#define mkdir mkdir_android
44#define rmdir rmdir_android 44#define rmdir rmdir_android
45#elif (CONFIG_PLATFORM & PLATFORM_SDL) 45#elif (CONFIG_PLATFORM & (PLATFORM_SDL|PLATFORM_MAEMO))
46#define open sim_open 46#define open sim_open
47#define remove sim_remove 47#define remove sim_remove
48#define rename sim_rename 48#define rename sim_rename