Commit 2f4bb7b7 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

shell32: Cast-qual warnings fix.

parent 8a4fe8e6
......@@ -122,7 +122,7 @@ HRESULT WINAPI SHCoCreateInstance(
{
DWORD hres;
IID iid;
CLSID * myclsid = (CLSID*)clsid;
const CLSID * myclsid = clsid;
WCHAR sKeyName[MAX_PATH];
const WCHAR sCLSID[7] = {'C','L','S','I','D','\\','\0'};
WCHAR sClassID[60];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment