diff options
author | Oystein Eftevaag | 2009-02-15 13:58:15 +0000 |
---|---|---|
committer | Oystein Eftevaag | 2009-02-15 13:58:15 +0000 |
commit | 5b86801553966b0fc71ae9b357506fac4e37a944 (patch) | |
tree | 3070ebb2f1572433e5d64fee16e551c4cb5101db /backends/platform/sdl | |
parent | 01625a01abc71fff54501d929bee5a6079bd3ee8 (diff) | |
download | scummvm-rg350-5b86801553966b0fc71ae9b357506fac4e37a944.tar.gz scummvm-rg350-5b86801553966b0fc71ae9b357506fac4e37a944.tar.bz2 scummvm-rg350-5b86801553966b0fc71ae9b357506fac4e37a944.zip |
Merged revisions 36329, 38212, 38226and 38234 from branch-0-13-0 to trunk: iPhone backend updates
svn-id: r38240
Diffstat (limited to 'backends/platform/sdl')
-rw-r--r-- | backends/platform/sdl/sdl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/sdl/sdl.cpp b/backends/platform/sdl/sdl.cpp index 8b095dbc12..38f7203aa5 100644 --- a/backends/platform/sdl/sdl.cpp +++ b/backends/platform/sdl/sdl.cpp @@ -301,7 +301,7 @@ void OSystem_SDL::addSysArchivesToSearchSet(Common::SearchSet &s, int priority) } #endif -#if defined(MACOSX) || defined(IPHONE) +#ifdef MACOSX // Get URL of the Resource directory of the .app bundle CFURLRef fileUrl = CFBundleCopyResourcesDirectoryURL(CFBundleGetMainBundle()); if (fileUrl) { |