Commit 30af6440 authored by Alexandre Julliard's avatar Alexandre Julliard

cryptui: Use standard va_list instead of __ms_va_list.

parent 1250131b
......@@ -2712,7 +2712,7 @@ static WCHAR *field_format_public_key(PCCERT_CONTEXT cert)
args[1] = CertGetPublicKeyLength(X509_ASN_ENCODING,
&cert->pCertInfo->SubjectPublicKeyInfo);
FormatMessageW(FORMAT_MESSAGE_FROM_STRING|FORMAT_MESSAGE_ARGUMENT_ARRAY,
fmt, 0, 0, buf, len, (__ms_va_list*)args);
fmt, 0, 0, buf, len, (va_list *)args);
}
}
}
......
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