mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[WINESYNC]
- Sync comdlg32, crypt32, gdiplus, inetcomm, jscript, msctf, mshtml, msxml3, rsaenh, schannel, shlwapi, urlmon, usp10, wininet winetests. svn path=/trunk/; revision=46982
This commit is contained in:
@@ -1388,7 +1388,7 @@ static HRESULT WINAPI statusclb_OnProgress(IBindStatusCallbackEx *iface, ULONG u
|
||||
CHECK_EXPECT(Obj_OnProgress_CLASSIDAVAILABLE);
|
||||
else
|
||||
todo_wine CHECK_EXPECT(Obj_OnProgress_CLASSIDAVAILABLE);
|
||||
hr = CLSIDFromString((LPOLESTR)szStatusText, &clsid);
|
||||
hr = CLSIDFromString((LPCOLESTR)szStatusText, &clsid);
|
||||
ok(hr == S_OK, "CLSIDFromString failed with error 0x%08x\n", hr);
|
||||
ok(IsEqualCLSID(&clsid, &CLSID_HTMLDocument),
|
||||
"Expected clsid to be CLSID_HTMLDocument instead of %s\n", debugstr_guid(&clsid));
|
||||
|
||||
Reference in New Issue
Block a user