Winscard: Correct the declaration of SCardReleaseStartedEvent to match MSDN

Dmitry Timoshkov dmitry at codeweavers.com
Tue Aug 26 21:43:58 CDT 2008


"Mounir IDRASSI" <mounir.idrassi at idrix.net> wrote:

> This patch corrects the declaration of the function
> SCardReleaseStartedEvent of Winscard to match its definition in MSDN found
> in the following link :
> 
> http://msdn.microsoft.com/en-us/library/aa379799(VS.85).aspx

> -void        WINAPI SCardReleaseStartedEvent(void);
> +void        WINAPI SCardReleaseStartedEvent(HANDLE);

This doesn't match an actual declaration used by PSDK. It's better to
use PSDK for a reference, not an online documentation since the latter
one is proved to have many typos.

-- 
Dmitry.



More information about the wine-devel mailing list