Updated.
From 811619f2d0e4179afbd66fcedaabb3f52f0664a7 Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath
Date: Thu, 2 Apr 2020 21:32:23 +0530
Subject: [PATCH] headers: memoryapi add Windows 10 functions
replace _WIN32_WINNT constant values with its defined names
Signed-off-by: Biswapriyo Nath
---
在 2020/4/3 0:05, Biswapriyo Nath 写道:
> ...
>
>
> + WINBASEAPI HANDLE WINAPI OpenFileMappingFromApp(ULONG DesiredAccess, BOOL
> InheritHandle, PCWSTR Name);
Would it be better to have `WINBOOL` in place of this `BOOL`?
--
Best regards,
LH_Mouse
signature.asc
Description: OpenPGP digital s
...
From 811619f2d0e4179afbd66fcedaabb3f52f0664a7 Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath
Date: Thu, 2 Apr 2020 21:32:23 +0530
Subject: [PATCH] headers: memoryapi add Windows 10 functions
replace _WIN32_WINNT constant values with its defined names
Signed-off-by: Biswapriyo Nath
---
ming