Minor fixes to Mac stuff

This commit is contained in:
Nicolay Korslund 2010-07-07 10:07:15 +02:00
parent 97ad6592ea
commit b97def39b3
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,5 @@
#include "fileops.hpp"
#include <boost/filesystem.hpp>
#include <string>
bool isFile(const char *name)
@ -9,7 +8,7 @@ bool isFile(const char *name)
return boost::filesystem::exists(cfg_file_path);
}
#if OGRE_PLATFORM == OGRE_PLATFORM_APPLE
#ifdef __MACOSX__
#include <CoreFoundation/CoreFoundation.h>
std::string macBundlePath()