Module: wine Branch: master Commit: a28c40f31415a6a4b4e5567389d0b4ae46cc346b URL: http://source.winehq.org/git/wine.git/?a=commit;h=a28c40f31415a6a4b4e5567389...
Author: Paul Vriens Paul.Vriens@xs4all.nl Date: Thu Oct 5 13:41:05 2006 +0200
crypt32: Change function declaration to overcome some cast-qual warnings in future patches.
---
dlls/crypt32/sip.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/crypt32/sip.c b/dlls/crypt32/sip.c index bfd2ab6..36b7483 100644 --- a/dlls/crypt32/sip.c +++ b/dlls/crypt32/sip.c @@ -60,7 +60,7 @@ static const WCHAR szDllName[] = { 'D',' 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];