Hans Leidekker : wintrust: Fix message handle type.
Module: wine Branch: master Commit: a04afe7b70f6b00ff0f84c7b20f14f950a78f526 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a04afe7b70f6b00ff0f84c7b20... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Tue Dec 23 11:51:14 2008 +0100 wintrust: Fix message handle type. Spotted by Juan Lang. --- dlls/wintrust/crypt.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/wintrust/crypt.c b/dlls/wintrust/crypt.c index 100a6be..99989fd 100644 --- a/dlls/wintrust/crypt.c +++ b/dlls/wintrust/crypt.c @@ -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;
participants (1)
-
Alexandre Julliard