[07/10] wintrust: Implement CryptCATEnumerateMember.

Alexandre Julliard julliard at winehq.org
Mon Dec 22 07:55:29 CST 2008


Hans Leidekker <hans at codeweavers.com> writes:

> @@ -496,12 +496,208 @@ BOOL WINAPI CryptCATClose(HANDLE hCatalog)
>      return TRUE;
>  }
>  
> +static BOOL guid_from_string(const WCHAR *str, GUID *guid)
> +{
> +    unsigned int i = 0;
> +    unsigned char *b = (unsigned char *)guid;
> +    const WCHAR *p = str;

Please call one of the existing functions for this instead of
reinventing the wheel.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list