shell32: Cast-qual warnings fix.

This commit is contained in:
Andrew Talbot 2006-11-14 22:13:36 +00:00 committed by Alexandre Julliard
parent 8a4fe8e6e4
commit 2f4bb7b78d
1 changed files with 1 additions and 1 deletions

View File

@ -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];