On 04/01/2015 08:59 PM, Andrey Gusev wrote:
Fixes https://bugs.winehq.org/show_bug.cgi?id=38334
Thanks to Matteo Bruni for valuable help.
+D3DXFRAME * WINAPI D3DXFrameFind(const D3DXFRAME *frame_root, const char *name) +{
- FIXME("frame_root %p, name %s stub.\n", frame_root, debugstr_a(name));
- return NULL;
+}
If it's just a matter of searching for a name in a tree, I think it's better to add actual implementation instead of a stub.