[PATCH 1/2] ntdll/tests: Create a test for RtlGetNtProductType().

Alex Henrie alexhenrie24 at gmail.com
Sun Mar 1 16:34:51 CST 2020


On Fri, Feb 28, 2020 at 4:11 AM Serge Gautherie
<winehq-git_serge_180711 at gautherie.fr> wrote:
>
> +/* See test_RtlGetNtProductType(), where it does not actually help */
> +/* #define TEST_WITH_SEH */

In my opinion the patch would be better without these two comments.

> +static BOOLEAN   (WINAPI *pRtlGetNtProductType)(LPDWORD);

Please write DWORD * instead of LPDWORD.

Other than that, the patch looks good to me, thanks.

-Alex



More information about the wine-devel mailing list