在 2022/3/8 15:52, Steve Lhomme 写道:
The possible values are

* SECURITY_ANONYMOUS which is 0<<16 aka 0x00000000
* SECURITY_IDENTIFICATION which is 1<<16 aka 0x00010000
* SECURITY_IMPERSONATION which is 2<<16 aka 0x00020000
* SECURITY_DELEGATION which is  which is 3<<16 aka 0x00030000
* SECURITY_CONTEXT_TRACKING which is 0x00040000
* SECURITY_EFFECTIVE_ONLY which is 0x00080000

So the proper mask should be 0x000F0000 instead of 0x000F00000. There's an 
extra 0.

Signed-off-by: Steve Lhomme <rob...@ycbcr.xyz>
---
  mingw-w64-libraries/winstorecompat/src/CreateFileW.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)



Thanks. Looks good to me. Pushed.


--
Best regards,
LIU Hao

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

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

Reply via email to