Xbox builds again

This commit is contained in:
Chris Danford
2004-06-20 01:35:25 +00:00
parent 2852b1e6ed
commit 6bd2a34271
84 changed files with 15210 additions and 41 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ static void ChangeToDirOfExecutable( CString argv0 )
/* Set the CWD. Any effects of this is platform-specific; most files are read and
* written through RageFile. See also RageFileManager::RageFileManager. */
#if defined(_WIN32)
#if defined(_WINDOWS)
chdir( DirOfExecutable + "/.." );
#elif defined(DARWIN)
chdir(DirOfExecutable + "/../../..");