vxdcall calling convention

Alexandre Julliard julliard at winehq.com
Mon Nov 18 15:09:30 CST 2002


Patrik Stridvall <ps at leissner.se> writes:

> But still, shouldn't the "DWORD service" parameter be popped somewhere?
> I can't see any place where it is.

It's already popped in the register context we receive, because we
specified one argument in the spec file.

> VxDCall is the only register function that violates stdcall => WINAPI.
> But sure turning the check off in winapi_check is easy.

It could be argued that no register function should be WINAPI, since
they don't have to pop the arguments. But it's purely cosmetic either
way.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list