Zhiyi Zhang (@zhiyi) commented about dlls/user32/tests/monitor.c:
dm.dmDisplayOrientation);
}
-static void test_ChangeDisplaySettingsEx(void) +#define wait_for_dm(a, b, c, d) wait_for_dm_(__LINE__, a, b, c, d) +static void wait_for_dm_(int line, const char *device, DWORD expectedWidth, DWORD expectedHeight, BOOL todo)
Let's use expected_width instead expectedWidth. Same for expectedHeight.