Zhiyi Zhang (@zhiyi) commented about dlls/user32/tests/edit.c:
DestroyWindow(hEdit);
}
+/* In Windows 10+, the WM_PASTE message isn't always successful.
- So retry in case of failures.
- */
+#define check_paste(h, e) _check_paste(__LINE__, (h), (e)) +static void _check_paste(unsigned int line, HWND hedit, const char* content)
Please align * to the right for style consistency.