cryptui: add CryptUIWizDigitalSign stub

Thomas Faber thomas.faber at reactos.org
Wed Feb 11 08:03:10 CST 2015


On 2015-02-11 10:24, Dmitry Timoshkov wrote:
> Austin English <austinenglish at gmail.com> wrote:
> 
>> +33 stdcall CryptUIWizDigitalSign(long ptr wstr ptr ptr)
> 
> Appropriate .spec type for HWND is not ptr.


 300 DECLARE_HANDLE(HWND);

 561 #define DECLARE_HANDLE(a) typedef struct a##__ { int unused; } *a

Pretty sure it is? ;)



More information about the wine-devel mailing list