On Tue Nov 18 03:10:10 2025 +0000, Paul Gofman wrote:
I tried to this at once, but currently it is inconvenient. combo.c does not exist in comctl32 v5 at least in Wine, so v5 test actually works with user32 control. So those todo_wine and removing those become version dependent. I am not sure offhand if that user32 fallback for combobox is correct or not but it is unrelated here. Maybe we could leave that test as is and just add after?
Oh, I see. Yes, there is no combo class in comctl32 v5. So we don't need to add tests for it. Let's leave it to the user32 combo tests, since they already cover it.