16 Oct
2025
16 Oct
'25
1:24 p.m.
Zhiyi Zhang (@zhiyi) commented about dlls/uxtheme/draw.c:
return hr; }
+/*********************************************************************** + * GetThemeBitmap (UXTHEME.@) + */ +HRESULT WINAPI GetThemeBitmap(HTHEME hTheme, int iPartId, int iStateId, + int iPropId, ULONG dwFlags, HBITMAP *phBitmap) +{ + FIXME("(%p,%d,%d,%d,%lu,%p) stub\n", hTheme, iPartId, iStateId, iPropId, dwFlags, phBitmap);
Let's print dwFlags in hex. Thanks. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9186#note_118728