4 Aug
2023
4 Aug
'23
10:03 a.m.
Rémi Bernon (@rbernon) commented about dlls/user32/tests/msg.c:
LeaveCriticalSection( &sequence_cs ); }
-static void dump_sequence(const struct message *expected, const char *context, const char *file, int line) -{ - const struct recvd_message *actual = sequence; - unsigned int count = 0; +static const char* message_type_name(int flags) {
I think it'd be nice to fix the style at the same time, to match the general user32 style. ```suggestion:-0+0 static const char* message_type_name( int flags ) { ``` Similar changes pretty much everywhere below. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3492#note_41321