在 2022-06-15 13:43, Biswapriyo Nath 写道:
  #define JOB_OBJECT_MSG_MINIMUM 1
  #define JOB_OBJECT_MSG_MAXIMUM 12
+#define JOB_OBJECT_VALID_COMPLETION_FILTER (((1UL << (JOB_OBJECT_MSG_MAXIMUM + 1)) - 
1) - ((1UL << JOB_OBJECT_MSG_MINIMUM) - 1))

Thanks for the patch. Mostly looks good to me, except this one:

On 64-bit MSYS2 and Cygwin `long` is 64 bits, so instead of `1UL` we have to write `__MSABI_LONG(1U)` here, which expands to an `unsigned int` there.


--
Best regards,
LIU Hao

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to