Patrik Stridvall ps@leissner.se writes:
In any case I think Vincent and Marcus is right, it should be have a WINAPI like in Vincent patch because otherwise the "DWORD service" parameter is not popped from the stack AFAICS.
No, it makes no difference whatsoever, the stack is restored from the context structure in any case. The only use of WINAPI would be to make winapi_check happy, but it would probably be better to teach it to not do that check for register functions.