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.