remove CStringArray #define

This commit is contained in:
Chris Danford
2005-12-09 21:36:22 +00:00
parent b68e9dd772
commit 37f82b43f7
91 changed files with 227 additions and 228 deletions
@@ -119,7 +119,7 @@ bool WinMoveFile( CString sOldPath, CString sNewPath )
bool CreateDirectories( CString Path )
{
/* XXX: handle "//foo/bar" paths in Windows */
CStringArray parts;
vector<CString> parts;
CString curpath;
/* If Path is absolute, add the initial slash ("ignore empty" will remove it). */