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

This commit is contained in:
Paul Vriens 2006-10-05 13:41:05 +02:00 committed by Alexandre Julliard
parent 94be5b0d9e
commit a28c40f314
1 changed files with 1 additions and 1 deletions

View File

@ -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];