Author: gadamopoulos Date: Mon Sep 2 12:18:37 2013 New Revision: 59961
URL: http://svn.reactos.org/svn/reactos?rev=59961&view=rev Log: [shell32] - Fix a warning
Modified: trunk/reactos/dll/win32/shell32/defcontextmenu.cpp
Modified: trunk/reactos/dll/win32/shell32/defcontextmenu.cpp URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/defcontex... ============================================================================== --- trunk/reactos/dll/win32/shell32/defcontextmenu.cpp [iso-8859-1] (original) +++ trunk/reactos/dll/win32/shell32/defcontextmenu.cpp [iso-8859-1] Mon Sep 2 12:18:37 2013 @@ -1489,7 +1489,7 @@ { LPSHELLBROWSER lpSB; HWND hwndTree; - LPWSTR FlagsName; + LPCWSTR FlagsName; WCHAR wszKey[256]; HRESULT hr; DWORD wFlags;