[Mingw-w64-public] [PATCH] crt: Add VirtualAlloc2 and MapViewOfFile3 in mincore

2023-06-27 Thread Biswapriyo Nath
From 9485c91fd8f51caeeb8f97d6781c27998b96166c Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 27 Jun 2023 23:35:16 +0530 Subject: [PATCH] crt: Add VirtualAlloc2 and MapViewOfFile3 in mincore Signed-off-by: Biswapriyo Nath ---

[Mingw-w64-public] [PATCH 2/3] headers: allow GetFileSize in 19H1 UWP builds

2023-06-27 Thread Steve Lhomme
It's allowed by the WACK and available in windowsapp.lib since 19H1. It's not allowed by the Windows SDK headers. GetFileSize can be found in api-ms-win-core-file-l1-1-0. We need to remove it from windowsappcompat to avoid double definition when linking. --- mingw-w64-headers/include/fileapi.h

[Mingw-w64-public] [PATCH 3/3] headers: allow some winnls API's in 19H1 UWP builds

2023-06-27 Thread Steve Lhomme
They're allowed by the WACK and available in windowsapp.lib since 19H1. They're not allowed by the Windows SDK headers. These functions can be found in api-ms-win-core-localization-l1-2-0. --- mingw-w64-headers/include/winnls.h | 13 - 1 file changed, 8 insertions(+), 5 deletions(-)

[Mingw-w64-public] [PATCH 1/3] headers: allow CreateFileW/A in 19H1 UWP builds

2023-06-27 Thread Steve Lhomme
It's allowed by the WACK and available in windowsapp.lib since 19H1. It's not allowed by the Windows SDK headers. CreateFileW/A can be found in api-ms-win-core-file-l1-1-0. CreateFileW was there even in Windows 8. We need to remove it from windowsappcompat to avoid double definition when

Re: [Mingw-w64-public] [PATCH 3/3] headers: allow some winnls API's in 19H1 UWP builds

2023-06-27 Thread LIU Hao
在 2023-06-27 20:24, Steve Lhomme 写道: They're allowed by the WACK and available in windowsapp.lib since 19H1. They're not allowed by the Windows SDK headers. These functions can be found in api-ms-win-core-localization-l1-2-0. --- mingw-w64-headers/include/winnls.h | 13 - 1 file