11 May
2018
11 May
'18
5:14 a.m.
Dmitry Timoshkov <dmitry(a)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(a)winehq.org