Module: wine Branch: master Commit: b7b28e33f01675291efff41c52edc2cef41649d1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b7b28e33f01675291efff41c52... Author: Andrew Talbot <Andrew.Talbot(a)talbotville.com> Date: Wed Nov 15 22:02:48 2006 +0000 shlwapi: Cast-qual warnings fix. --- dlls/shlwapi/ordinal.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/shlwapi/ordinal.c b/dlls/shlwapi/ordinal.c index de867d6..7d5a613 100644 --- a/dlls/shlwapi/ordinal.c +++ b/dlls/shlwapi/ordinal.c @@ -370,7 +370,7 @@ HANDLE WINAPI SHMapHandle(HANDLE hShared */ HRESULT WINAPI RegisterDefaultAcceptHeaders(LPBC lpBC, IUnknown *lpUnknown) { - static const WCHAR szProperty[] = { '{','D','0','F','C','A','4','2','0', + static WCHAR szProperty[] = { '{','D','0','F','C','A','4','2','0', '-','D','3','F','5','-','1','1','C','F', '-','B','2','1','1','-','0', '0','A','A','0','0','4','A','E','8','3','7','}','\0' }; IEnumFORMATETC* pIEnumFormatEtc = NULL; @@ -4283,7 +4283,7 @@ HRESULT WINAPI SHCoCreateInstanceAC(REFC */ BOOL WINAPI SHSkipJunction(IBindCtx *pbc, const CLSID *pclsid) { - static const WCHAR szSkipBinding[] = { 'S','k','i','p',' ', + static WCHAR szSkipBinding[] = { 'S','k','i','p',' ', 'B','i','n','d','i','n','g',' ','C','L','S','I','D','\0' }; BOOL bRet = FALSE;