Xbox : Correct the path correction routine. We are now back.

This commit is contained in:
Renaud Lepage
2005-08-26 19:02:10 +00:00
parent db92df2fe1
commit 4cf9334b9f
3 changed files with 20 additions and 26 deletions
@@ -20,6 +20,7 @@ HANDLE DoFindFirstFile( const CString &sPath, WIN32_FIND_DATA *fd );
#define DoRemove remove
#define DoRmdir rmdir
#endif
CString DoPathReplace( const CString &sPath );
#if defined(WIN32)
bool WinMoveFile( CString sOldPath, CString sNewPath );