Patrik Stridvall ps@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.