mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[shell32]
- Fix a warning svn path=/trunk/; revision=59961
This commit is contained in:
parent
c62870b1f3
commit
28efbbb24b
1 changed files with 1 additions and 1 deletions
|
@ -1489,7 +1489,7 @@ CDefaultContextMenu::BrowserFlagsFromVerb(LPCMINVOKECOMMANDINFO lpcmi, PStaticSh
|
|||
{
|
||||
LPSHELLBROWSER lpSB;
|
||||
HWND hwndTree;
|
||||
LPWSTR FlagsName;
|
||||
LPCWSTR FlagsName;
|
||||
WCHAR wszKey[256];
|
||||
HRESULT hr;
|
||||
DWORD wFlags;
|
||||
|
|
Loading…
Reference in a new issue