"Detlef Riekenberg" wine.dev@web.de wrote:
Subject: [PATCH 2/4] shlwapi: Fix results for UrlApplyScheme
This subject doesn't match the e-mail subject line, and may confuse things.
It would simplify things to allocate the buffer on the stack, since the buffer is small and its size is known.
It's a usual convention to not leave an empty line after the API/function description comment, and adding an empty comment is not useful at all.