在 2018/10/13 14:47, Biswapriyo Nath 写道:
> Patch for new proc thread attribute values in Windows 10 RS5.
> 
> 
> diff --git a/mingw-w64-headers/include/winbase.h 
> b/mingw-w64-headers/include/winbase.h
> index 2b473785..d62ffe5f 100644
> --- a/mingw-w64-headers/include/winbase.h
> +++ b/mingw-w64-headers/include/winbase.h
> @@ -1597,6 +1597,24 @@ extern "C" {
>  #endif
>  #if _WIN32_WINNT >= 0x0602
>      ,ProcThreadAttributeSecurityCapabilities = 9
> +#endif
> +    ,ProcThreadAttributeProtectionLevel = 11
> +#if _WIN32_WINNT >= 0x0603
> +#endif
> +#if _WIN32_WINNT >= 0x0A00
> +    ,ProcThreadAttributeJobList = 13,
> +    ProcThreadAttributeChildProcessPolicy = 14,
> +    ProcThreadAttributeAllApplicationPackagesPolicy = 15,
> +    ProcThreadAttributeWin32kFilter = 16
> +#endif

Please re-format these commas after `ProcThreadAttributeJobList ` as 
seen elsewhere in this file.



-- 
Best regards,
LH_Mouse

_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to