mshtml: Implement IHTMLImgElement get_Name

Paul Vriens paul.vriens.wine at gmail.com
Sun Dec 13 06:28:33 CST 2009


On 12/13/2009 12:11 PM, Alistair Leslie-Hughes wrote:
> +    ok_(__FILE__,line) (!lstrcmpW(sNameImage, tmp), "expected '%s' got '%s'\n", wine_dbgstr_w(sNameImage), wine_dbgstr_w(tmp));

Hi Alistair,

Could you use strcmp_wa instead of lstrcmpW as that function is not 
present on Win9x/WinMe?

-- 
Cheers,

Paul.



More information about the wine-devel mailing list