[PATCH 2/2] mstask: Export the AT Service RPC API. (resend)

Dmitry Timoshkov dmitry at baikal.ru
Fri May 11 05:32:02 CDT 2018


Alexandre Julliard <julliard at winehq.org> wrote:

> > @@ -2,10 +2,10 @@
> >  @ stdcall -private DllCanUnloadNow()
> >  @ stdcall -private DllGetClassObject(ptr ptr ptr)
> >  @ stub GetNetScheduleAccountInformation
> > -@ stub NetrJobAdd
> > -@ stub NetrJobDel
> > -@ stub NetrJobEnum
> > -@ stub NetrJobGetInfo
> > +@ stdcall NetrJobAdd(wstr ptr ptr)
> > +@ stdcall NetrJobDel(wstr long long)
> > +@ stdcall NetrJobEnum(wstr ptr long ptr ptr)
> > +@ stdcall NetrJobGetInfo(wstr long ptr)
> 
> Sorry for not catching this before committing, but the calling
> convention of the RPC interface is cdecl, so this won't work.

Sorry about that, thanks for noticing this.

-- 
Dmitry.



More information about the wine-devel mailing list