[Bug 35375] Multiple applications need Vista+ API COMCTL32.dll.380 a.k.a. 'LoadIconMetric' (Solidworks 2013 systray monitor, Microsoft One/SkyDrive)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Sep 30 08:51:44 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=35375

--- Comment #13 from Nikolay Sivov <bunglehead at gmail.com> ---
Hi, Michael.

Please send this, tests look fine.

This part needs to be improved I think:

---
+    /* FIXME: This doesn't seem to work properly yet with file names. */
+    *icon = LoadImageW(hinst, name, IMAGE_ICON, width, height, 0);
+    if (*icon)
+        return S_OK;
---

to use LR_LOADFROMFILE when appropriate.

---
+380 stdcall LoadIconMetric(ptr wstr long ptr)
---

ptr/long give same result in this context, but to match the rest of spec files
first arg needs fixing.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list