crypt32: Downgrade a fixme to a warn.

This commit is contained in:
Juan Lang 2008-12-11 15:24:05 -08:00 committed by Alexandre Julliard
parent 86e2f94e68
commit 33f0655e2a
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ static BOOL CRYPT_QueryEmbeddedMessageObject(DWORD dwObjectType,
if (dwObjectType != CERT_QUERY_OBJECT_FILE)
{
FIXME("don't know what to do for type %d embedded signed messages\n",
WARN("don't know what to do for type %d embedded signed messages\n",
dwObjectType);
SetLastError(E_INVALIDARG);
return FALSE;