Commit a28c40f3 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

crypt32: Change function declaration to overcome some cast-qual warnings in future patches.

parent 94be5b0d
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment