Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/tests/listview.c:
> CoUninitialize();
> }
>
> +static void test_LVM_GETNEXTITEM(void)
> +{
> + /* LVM_GETNEXTITEM */
Let's remove this comment. The test function name already indicates that it's for LVM_GETNEXTITEM.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/5909#note_78826
This fixes a blank window content issue that happens even with basic Wine programs.
Fixes: b9879d5adc1 ("winewayland: Remove now unnecessary WindowPosChanging checks.")
--
v2: winewayland: Add missing default surface fallback in WindowPosChanging().
https://gitlab.winehq.org/wine/wine/-/merge_requests/6248
--
v2: odbccp32: Handle NULL DSN in SQLValidDSN().
odbccp32/tests: Get rid of a workaround for XP.
odbccp32: Use wide character string literals.
odbccp32: Respect config mode in SQLGet/WritePrivateProfileString().
https://gitlab.winehq.org/wine/wine/-/merge_requests/6278