shell32: Cast-qual warnings fix.
This commit is contained in:
parent
8a4fe8e6e4
commit
2f4bb7b78d
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue