1 Mar
2020
1 Mar
'20
10:34 p.m.
On Fri, Feb 28, 2020 at 4:11 AM Serge Gautherie <winehq-git_serge_180711(a)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