mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:26:02 +00:00
- reenable drive properties dialog
svn path=/trunk/; revision=34913
This commit is contained in:
parent
e98217024c
commit
81e31939b1
1 changed files with 0 additions and 2 deletions
|
@ -857,7 +857,6 @@ static void DoProperties(
|
|||
ShellExecuteA(hwnd, "open", "rundll32.exe shell32.dll,Control_RunDLL desk.cpl", NULL, NULL, SW_SHOWNORMAL);
|
||||
return;
|
||||
}
|
||||
#if 0
|
||||
else if (_ILIsDrive(This->apidl[0]))
|
||||
{
|
||||
WCHAR buffer[111];
|
||||
|
@ -865,7 +864,6 @@ static void DoProperties(
|
|||
SH_ShowDriveProperties(buffer);
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
else if (_ILIsBitBucket(This->apidl[0]))
|
||||
{
|
||||
///FIXME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue