Re: [Mingw-w64-public] [PATCH] WHVP updates

2021-08-12 Thread Biswapriyo Nath
Aye. Updated. From a5a1b8fb35d638a30e9f2f2b6b1fd9298d7e8b1d Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 8 Aug 2021 23:34:05 +0530 Subject: [PATCH 2/4] headers: Add new types in winhvplatformdefs.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/winhvplatformdefs.h | 4

Re: [Mingw-w64-public] [PATCH] WHVP updates

2021-08-12 Thread LIU Hao
在 2021-08-09 02:14, Biswapriyo Nath 写道: + +#define WHV_NOTIFICATION_PORT_PREFERRED_DURATION_MAX (0xUI64) + + Please use the suffix `ULL` instead of `UI64` here. -- Best regards, LIU Hao OpenPGP_signature Description: OpenPGP digital signature ___

Re: [Mingw-w64-public] _access and predefined modes

2021-08-12 Thread LIU Hao
在 2021-08-11 02:44, Vincent Torri 写道: and X_OK ? In UCRT it's not valid and makes `access()` fail with `EINVAL`. There is a check for invalid mode bits in 'waccess.cpp' from UCRT sources. MSDN is not lying. -- Best regards, LIU Hao OpenPGP_signature Description: OpenPGP digital signat