[PATCH 2/7] d3dx9_36: Improve FIXMEs and TRACEs for surface

Henri Verbeet hverbeet at gmail.com
Mon Apr 5 04:59:25 CDT 2010


On 5 April 2010 10:30, Christian Costa <titan.costa at wanadoo.fr> wrote:
> @@ -71,7 +71,8 @@ HRESULT WINAPI D3DXGetImageInfoFromFileA(LPCSTR file, D3DXIMAGE_INFO *info)
>      LPWSTR widename;
>      HRESULT hr;
>      int strlength;
> -    TRACE("(void): relay\n");
> +
> +    TRACE("(%s, %p): relay\n", file, info);
You should use debugstr_a() here (and in a few other places).



More information about the wine-devel mailing list