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.