Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/tests/syslink.c:
DestroyWindow(hwnd);
}
+static void test_GETSYSLINKID(void)
Please add the tests first with a todo_wine for the failing tests. And then, in another patch, fix the bug and remove the todo_wine.