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

Alexandre Julliard julliard at winehq.org
Fri May 11 05:14:41 CDT 2018


Dmitry Timoshkov <dmitry at baikal.ru> writes:

> @@ -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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list