On Fri, Feb 28, 2020 at 4:11 AM Serge Gautherie winehq-git_serge_180711@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