Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/tests/combo.c:
{
TranslateMessage(&msg);
DispatchMessageA(&msg);
}
}
- }
+}
+static void test_combo_keypresses(void) +{
- HWND combo;
- BOOL dropped;
- int i;
- char selected[20];
- const char* strings_to_add[] = {
Let's align the asterisk to the right.