aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-05-11 00:42:42 +0200
committerEinar Johan Trøan Sømåen2012-06-02 12:42:10 +0200
commit858989a6852c74a565554fafb824a1faacaa706d (patch)
treeed420e689156f117331bf826fe2d4a2877869e1b /engines
parentd2d43da4f07e54c446532b85ba01d4d0f96d707a (diff)
downloadscummvm-rg350-858989a6852c74a565554fafb824a1faacaa706d.tar.gz
scummvm-rg350-858989a6852c74a565554fafb824a1faacaa706d.tar.bz2
scummvm-rg350-858989a6852c74a565554fafb824a1faacaa706d.zip
WINTERMUTE: Comment out Mac OS X specific code.
Diffstat (limited to 'engines')
-rw-r--r--engines/wintermute/BFileManager.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/engines/wintermute/BFileManager.cpp b/engines/wintermute/BFileManager.cpp
index 24bc886e9c..427c817fb4 100644
--- a/engines/wintermute/BFileManager.cpp
+++ b/engines/wintermute/BFileManager.cpp
@@ -50,7 +50,6 @@
#include "common/system.h"
#include "common/fs.h"
#include "common/file.h"
-//#include <boost/filesystem.hpp>
#ifdef __WIN32__
# include <direct.h>
@@ -58,9 +57,9 @@
# include <unistd.h>
#endif
-#ifdef __APPLE__
+/*#ifdef __APPLE__
# include <CoreFoundation/CoreFoundation.h>
-#endif
+#endif*/
#if _DEBUG
@@ -316,7 +315,7 @@ HRESULT CBFileManager::InitPaths() {
// package files paths
AddPath(PATH_PACKAGE, "./");
-#ifdef __APPLE__
+/*#ifdef __APPLE__
// search .app path and Resources dir in the bundle
CFURLRef appUrlRef = CFBundleCopyBundleURL(CFBundleGetMainBundle());
CFStringRef macPath = CFURLCopyFileSystemPath(appUrlRef, kCFURLPOSIXPathStyle);
@@ -340,7 +339,7 @@ HRESULT CBFileManager::InitPaths() {
CFRelease(appUrlRef);
CFRelease(macPath);
#endif
-#endif
+#endif*/
pathList = Game->_registry->ReadString("Resource", "PackagePaths", "");