I have finally manged to get my regression tester
winapi_test running under Visual C++ 6.0 on a
WinNT 4.0 Terminal Sever.

So far I have tested how GDI32.DLL behaves with all
arguments as NULL.

Everything works fine except that GetRelAbs crashes,
and the debugger complains that the stack pointer
has the wrong value.

This is because GetRelAbs according to the Wine spec
file takes 1 parameter but some experimenting
show that this function takes 2 parameters
or at least it doesn't crash with that as it
does with 0, 1 and 3 parameters.

However I can't find any documentation on GetRelAbs
so I'm not sure if this really is correct
and what is such a case what the extra parameter
does. Anybody that knows anything about it?

Reply via email to