From 7a8a1d09fd8463a11166aa818db54abc4f6c24ae Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath
Date: Fri, 15 Oct 2021 10:58:06 +0530
Subject: [PATCH] headers: Add NTDDI_WIN10_CO in sdkddkver.h
Signed-off-by: Biswapriyo Nath
---
mingw-w64-headers/include/sdkddkver.h | 3 ++-
1 file changed, 2 ins
Signed-off-by: Jacek Caban
---
mingw-w64-crt/libsrc/ksuser.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/mingw-w64-crt/libsrc/ksuser.c b/mingw-w64-crt/libsrc/ksuser.c
index 3cc7f1e33..b5e37fa7c 100644
--- a/mingw-w64-crt/libsrc/ksuser.c
+++ b/mingw-w64-crt/libsrc/ksuser.c
@@ -129,6 +129
Signed-off-by: Jacek Caban
---
mingw-w64-headers/include/winuser.h | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/mingw-w64-headers/include/winuser.h b/mingw-w64-headers/include/winuser.h
index 01f2a5be4..7252a53ea 100644
--- a/mingw-w64-headers/include/winuser.h
+++ b/
Signed-off-by: Jacek Caban
---
That seems to match recent Windows SDK.
mingw-w64-crt/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am
index 78d9a0a59..e889185a0 100644
--- a/mingw-w64-crt/Makefile.am
+++ b/m
在 2021-10-11 14:13, Biswapriyo Nath 写道:
From fcf842b9164c76c8a19f321d4c124ba36cafb95e Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath
Date: Mon, 11 Oct 2021 11:41:39 +0530
Subject: [PATCH] headers: Add some names in mstcpip.h
Signed-off-by: Biswapriyo Nath
---
mingw-w64-headers/include/mstcpip
在 2021-10-14 14:48, Michel Zou 写道:
ok thanks, here is an updated version
Thanks for the patch. It looks good to me. I have pushed it to master.
--
Best regards,
LIU Hao
OpenPGP_signature
Description: OpenPGP digital signature
___
Mingw-w64-publ
在 2021-10-13 15:41, Steve Lhomme 写道:
Hi,
I just noticed this code was merged and then reverted.
It was an accident to push it. We concluded that there were issues with this
patch.
One of those errors was:
```
mingw-w64-headers/include/dcomp.h:23:19: error: unknown type name 'IDComposit
I can try to add that header file. Do you have a project that requires
that header file? The newly added header file has to be tested with
something.
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/
This avoids linker conflicts if object files refer to both 'strtold'
or 'wcstold' and include them from libucrt*.a before other object
files pull in the __mingw_* counterparts.
Signed-off-by: Martin Storsjö
---
mingw-w64-crt/Makefile.am | 1 +
mingw-w64-crt/gdtoa/strtodnrp.c