crypt32: Change function declaration to overcome some cast-qual warnings in future patches.
This commit is contained in:
parent
94be5b0d9e
commit
a28c40f314
|
@ -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];
|
||||
|
||||
|
|
Loading…
Reference in New Issue