在 2018/8/30 20:22, Jacek Caban 写道:
> Signed-off-by: Jacek Caban <ja...@codeweavers.com>
> ---
>   mingw-w64-headers/include/winbase.h | 61
> +++++++++++++++++++++++++++++++++++++
>   1 file changed, 61 insertions(+)
> 
> 
> 

Looks good to me.

BTW below are another group of macros that exist in the latest Win 10 
SDK (10.0.17134.0) so you might want to include them as well:

```
#define 
PROCESS_CREATION_MITIGATION_POLICY2_RESTRICT_INDIRECT_BRANCH_PREDICTION_MASK 
(0x0003ULL << 16)
#define 
PROCESS_CREATION_MITIGATION_POLICY2_RESTRICT_INDIRECT_BRANCH_PREDICTION_DEFER 
(0x0000ULL << 16)
#define 
PROCESS_CREATION_MITIGATION_POLICY2_RESTRICT_INDIRECT_BRANCH_PREDICTION_ALWAYS_ON
 
(0x0001ULL << 16)
#define 
PROCESS_CREATION_MITIGATION_POLICY2_RESTRICT_INDIRECT_BRANCH_PREDICTION_ALWAYS_OFF
 
(0x0002ULL << 16)
#define 
PROCESS_CREATION_MITIGATION_POLICY2_RESTRICT_INDIRECT_BRANCH_PREDICTION_RESERVED
 
(0x0003ULL << 16)
```


-- 
Best regards,
LH_Mouse
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to