wintrust: Fix message handle type.

Spotted by Juan Lang.
This commit is contained in:
Hans Leidekker 2008-12-23 11:51:14 +01:00 committed by Alexandre Julliard
parent 053b2295a5
commit a04afe7b70
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(wintrust);
struct cryptcat
{
DWORD magic;
HANDLE msg;
HCRYPTMSG msg;
DWORD encoding;
CTL_INFO *inner;
DWORD inner_len;