From 858989a6852c74a565554fafb824a1faacaa706d Mon Sep 17 00:00:00 2001 From: Einar Johan Trøan Sømåen Date: Fri, 11 May 2012 00:42:42 +0200 Subject: WINTERMUTE: Comment out Mac OS X specific code. --- engines/wintermute/BFileManager.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'engines/wintermute') 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 #ifdef __WIN32__ # include @@ -58,9 +57,9 @@ # include #endif -#ifdef __APPLE__ +/*#ifdef __APPLE__ # include -#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", ""); -- cgit v1.2.3