mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 05:32:55 +00:00
[SHELL32]: Remove trailing whitespace.
svn path=/trunk/; revision=73581
This commit is contained in:
parent
a770bf5f98
commit
1f1f5a4c49
1 changed files with 14 additions and 14 deletions
|
@ -954,7 +954,7 @@ PDynamicShellEntry CDefaultContextMenu::GetDynamicEntry(UINT idCmd)
|
|||
return pEntry;
|
||||
}
|
||||
|
||||
//FIXME: 260 is correct, but should this be part of the SDK or just MAX_PATH?
|
||||
// FIXME: 260 is correct, but should this be part of the SDK or just MAX_PATH?
|
||||
#define MAX_VERB 260
|
||||
|
||||
BOOL
|
||||
|
@ -1132,9 +1132,9 @@ CDefaultContextMenu::DoStaticShellExtensions(
|
|||
/* Check if we need to browse */
|
||||
if (wFlags > 0)
|
||||
{
|
||||
/* In xp if we have browsed, we don't open any more folders .
|
||||
/* In xp if we have browsed, we don't open any more folders.
|
||||
* In win7 we browse to the first folder we find and
|
||||
* open new windows fo for each of the rest of the folders */
|
||||
* open new windows for each of the rest of the folders */
|
||||
if (bBrowsed)
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue