Oops, forgot to remove the if.

This commit is contained in:
Unknown W. Brackets 2013-11-17 11:17:42 -08:00
parent 59a0795993
commit dda6a39b6f

View file

@ -102,9 +102,7 @@ void CopyDir(const std::string &source_path, const std::string &dest_path);
// Set the current directory to given directory
bool SetCurrentDir(const std::string &directory);
#ifdef _WIN32
const std::string &GetExeDirectory();
#endif
// simple wrapper for cstdlib file functions to
// hopefully will make error checking easier