[PATCH] kernel32/tests: Add initial tests for GetConsoleFontInfo (v2)

Sebastian Lackner sebastian at fds-team.de
Mon Apr 25 05:10:09 CDT 2016


On 25.04.2016 11:39, Hugh McMaster wrote:
> On Sunday, 24 April 2016 11:43 PM, Sebastian Lackner wrote:
> 
>> You'll have to add a stub first, otherwise it breaks the tests:
> 
> I always thought the if check was supposed to guard against such crashes.

This only works when the function name is not present in the spec file yet.
When the spec file contains "stub", code will be generated to forward the
call to __wine_spec_unimplemented_stub, so the function pointer is never
really NULL.




More information about the wine-devel mailing list