From ed663c3820b2560efda4549292a53940ee31c6b8 Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath
Date: Tue, 24 Jan 2023 01:11:35 +0530
Subject: [PATCH] headers: Add __CRT_UUID_DECL declarations in dbgeng.h
Required for JDK
Signed-off-by: Biswapriyo Nath
---
mingw-w64-headers/include/dbgeng.h | 66
Ok, first tentative here. Let me know if anything needs to be changed!
Thank you,
Luca
Il giorno lun 23 gen 2023 alle ore 15:25 LIU Hao ha
scritto:
> 在 2023-01-23 22:19, Luca Bacci 写道:
> > Awesome! Thank you very much, LIU Hao and Martin Storsjö!
> >
> > Yes, making both _set_controlfp, _set_d
Awesome! Thank you very much, LIU Hao and Martin Storsjö!
Yes, making both _set_controlfp, _set_doserrno available in MSVCRT
toolchains would be great! Should I prepare a patch?
Best,
Luca
Il giorno gio 19 gen 2023 alle ore 22:49 Martin Storsjö
ha scritto:
> On Thu, 19 Jan 2023, LIU Hao wrote
在 2023-01-23 22:19, Luca Bacci 写道:
Awesome! Thank you very much, LIU Hao and Martin Storsjö!
Yes, making both _set_controlfp, _set_doserrno available in MSVCRT
toolchains would be great! Should I prepare a patch?
Yes if you can, and we'll be happy to check it in.
--
Best regards,
LIU Hao
在 2023-01-23 21:25, Biswapriyo Nath 写道:
From 549d9e2f2ac3349b474127b8165a689ec7134e39 Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath
Date: Mon, 23 Jan 2023 18:52:01 +0530
Subject: [PATCH] crt: Fix builtin declaration mismatch warning with ssp
functions
This fixes the following warnings with gc
From 549d9e2f2ac3349b474127b8165a689ec7134e39 Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath
Date: Mon, 23 Jan 2023 18:52:01 +0530
Subject: [PATCH] crt: Fix builtin declaration mismatch warning with ssp
functions
This fixes the following warnings with gcc
warning: mismatch in argument 2 type of
在 2023-01-23 00:10, Biswapriyo Nath 写道:
From 2ce6f87f9ddf62a94ec21c22add671fa98c276c2 Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath
Date: Sun, 22 Jan 2023 21:24:40 +0530
Subject: [PATCH 2/2] headers: Fix declaration of _wcsset_s_l and _wcsnset_s_l
Signed-off-by: Biswapriyo Nath
---
mingw-w64