d3dx9_36: Add D3DXFrameFind stub.

Nikolay Sivov nsivov at codeweavers.com
Wed Apr 1 13:44:18 CDT 2015


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.




More information about the wine-devel mailing list