mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:02:59 +00:00
- 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:
parent
239867bdd1
commit
372a7f9133
3 changed files with 7 additions and 13 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue