在 2023-09-10 00:27, Biswapriyo Nath 写道:
From a2fec37bed809eaf3a5aae336a2a2560cfac2ff3 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath<[email protected]> Date: Sat, 9 Sep 2023 16:24:20 +0000 Subject: [PATCH] headers: Define missing PHYSICAL_ADDRESS type in ntddser.hThis fixes the following compiler error in chromium. ntddser.h: At global scope: ntddser.h:368:9: error: 'PHYSICAL_ADDRESS' does not name a type; did you mean 'PNC_ADDRESS'? 368 | PHYSICAL_ADDRESS PortAddress; | ^~~~~~~~~~~~~~~~ | PNC_ADDRESS Signed-off-by: Biswapriyo Nath<[email protected]> --- mingw-w64-headers/include/ntddser.h | 3 +++ 1 file changed, 3 insertions(+)
Thanks. This patch looks good to me. Pushed now. -- Best regards, LIU Hao
OpenPGP_signature
Description: OpenPGP digital signature
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
