[PATCH 1/3] d3dx9: Implement ID3DXBaseEffect::GetParameterByName().

Henri Verbeet hverbeet at gmail.com
Thu Apr 21 09:46:31 CDT 2011


2011/4/20 Rico Schüller <kgbricola at web.de>:
> +inline LPSTR get_partial_string(LPCSTR name, char initial, char final)
That should probably be static instead of inline. Also,
get_parameter_by_name() looks like it could be split up, and you can
probably avoid the copy in get_partial_string().



More information about the wine-devel mailing list