From a28c40f31415a6a4b4e5567389d0b4ae46cc346b Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Thu, 5 Oct 2006 13:41:05 +0200 Subject: [PATCH] crypt32: Change function declaration to overcome some cast-qual warnings in future patches. --- dlls/crypt32/sip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/crypt32/sip.c b/dlls/crypt32/sip.c index bfd2ab6188c..36b74835817 100644 --- a/dlls/crypt32/sip.c +++ b/dlls/crypt32/sip.c @@ -60,7 +60,7 @@ static const WCHAR szDllName[] = { 'D','l','l',0 }; static const WCHAR szFuncName[] = { 'F','u','n','c','N','a','m','e',0 }; /* convert a guid to a wide character string */ -static void CRYPT_guid2wstr( LPGUID guid, LPWSTR wstr ) +static void CRYPT_guid2wstr( const GUID *guid, LPWSTR wstr ) { char str[40];