Hans Leidekker (@hans) commented about dlls/webservices/error.c:
WS_HEAP *heap; ULONG prop_count; struct prop prop[ARRAY_SIZE( error_props )];
- ULONG error_strs_count;
- ULONG error_strs_size; /* Maximum length of the error_strs array */
- WS_STRING *error_strs;
The error_ prefix is redundant. 'strings' would be clearer.