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

View File

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