- Improve filebrowser a bit and add some FIXMEs to show what should be done later

svn path=/branches/shell-experiments/; revision=62118
This commit is contained in:
Giannis Adamopoulos 2014-02-11 14:06:26 +00:00
parent 239867bdd1
commit 372a7f9133
3 changed files with 7 additions and 13 deletions

View file

@ -37,7 +37,8 @@ int _tmain(int argc, _TCHAR* argv[])
SHOpenNewFrame((LPITEMIDLIST)pidlDrives, NULL, 0, 0);
}
Sleep(3000);
/* FIXME: we should wait a bit here and see if a window was created. If not we should exit this process */
ExitThread(0);
return 0;
}