Peter Dons Tychsen donpedro@tdcadsl.dk writes:
Hello A.
I was afraid you were going to say that! :-)
My initial change actually did that, but then i ran into the problem that i need the request to fail, but not set an error-code. I could push/pop the current error code in user32 but that seemed a bit ugly. I could also single out that error code and then only translate the others. But what error code should be used then? Also seemed a bit ugly.
Simply use wine_server_call instead of wine_server_call_err.