2015-07-23 11:11 GMT+02:00 Alistair Leslie-Hughes leslie_alistair@hotmail.com:
Hi,
Fixes crash of https://bugs.winehq.org/show_bug.cgi?id=38086
Changelog: d3dx9_36: Add D3DXCreateFragmentLinker, D3DXCreateFragmentLinkerEx stubs
Best Regards Alistair Leslie-Hughes
- FIXME("(device %p, size %u, linker %p)\n", device, size, linker);
Please drop the parentheses in the message.
- if(linker)
Space between if and '('.
While you're at it, please drop the D3DXCreateFragmentLinker and D3DXCreateFragmentLinkerEx entries from d3dx9_42.spec, it looks like those functions were removed in d3dx9_42.dll. You should probably also add the function prototypes to d3dx9shader.h.