Re: d3dx9_36: Add D3DXFrameFind stub.
1 Apr
2015
1 Apr
'15
6:44 p.m.
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.
3913
Age (days ago)
3913
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov