在 2020/12/22 下午12:52, Biswapriyo Nath 写道:
>> so shouldn't there be an `#if _WIN32_WINNT
>
> WinSDK does not have the winver guard there. If we have to apply this
> rule we have to edit many other headers (if not hundreds). Updated
> patch attached as asked.
>
I still consider it better to have s
在 2020/12/22 上午1:59, Biswapriyo Nath 写道:
> diff --git a/mingw-w64-headers/include/handleapi.h
> b/mingw-w64-headers/include/handleapi.h
> index 0e0fd82..6f122b3 100644
> --- a/mingw-w64-headers/include/handleapi.h
> +++ b/mingw-w64-headers/include/handleapi.h
> @@ -18,6 +18,7 @@ extern "C" {
> #i
From 213b458e045b4707a2fd8a0e9a6cfd86848121bb Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath
Date: Mon, 21 Dec 2020 23:27:25 +0530
Subject: [PATCH] headers: Add CompareObjectHandles in handleapi.h
Signed-off-by: Biswapriyo Nath
---
mingw-w64-headers/include/handleapi.h | 1 +
1 file changed, 1