Commit a04afe7b authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

wintrust: Fix message handle type.

Spotted by Juan Lang.
parent 053b2295
...@@ -44,7 +44,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(wintrust); ...@@ -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;
......
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