在 2020/12/9 18:15, Biswapriyo Nath 写道:
> +HRESULT WINAPI
> +DismInitialize(
> +    DismLogLevel LogLevel,
> +    PCWSTR LogFilePath,
> +    PCWSTR ScratchDirectory);


This patch looks mostly okay. Would please fold each function declaration (such 
as this one) into a
single line, like in other headers? One reason for doing that is, if there is 
an error on the call
site, GCC only prints one line containing the argument that is causing the 
error, or where the
function is declared. Such output will be much more useful if the line contains 
a complete prototype.

-- 
Best regards,
LH_Mouse

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to