Re: [Mingw-w64-public] [PATCH] crt: Add comsupp library

2022-03-16 Thread LIU Hao
在 2022/3/16 23:25, Biswapriyo Nath 写道: As you wish. Here is the 2nd update. I suddenly realize this is C++ source. This may pull in libstdc++ and libgcc (or libc++, whatever). Microsoft docs say this function returns a string that the user has to `delete[]` so I suspect we can't rewrite this

Re: [Mingw-w64-public] [PATCH] crt: Add comsupp library

2022-03-16 Thread Biswapriyo Nath
As you wish. Here is the 2nd update. From f373089471ec8101d274851689ad65dde270f0e1 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 16 Mar 2022 19:20:27 +0530 Subject: [PATCH 1/2] crt: Add comsupp library Required for unrar project Signed-off-by: Biswapriyo Nath --- mingw-w64-crt/Make

Re: [Mingw-w64-public] [PATCH] crt: Add comsupp library

2022-03-16 Thread LIU Hao
在 2022-03-16 22:22, Biswapriyo Nath 写道: diff --git a/COPYING.MinGW-w64-runtime/COPYING.MinGW-w64-runtime.txt b/COPYING.MinGW-w64-runtime/COPYING.MinGW-w64-runtime.txt index ca6a077..dcf0807 100644 --- a/COPYING.MinGW-w64-runtime/COPYING.MinGW-w64-runtime.txt +++ b/COPYING.MinGW-w64-runtime/COPYI

Re: [Mingw-w64-public] [PATCH] crt: Add comsupp library

2022-03-16 Thread Biswapriyo Nath
Here are the updated patch files. From f373089471ec8101d274851689ad65dde270f0e1 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 16 Mar 2022 19:51:27 +0530 Subject: [PATCH 1/2] crt: Add comsupp library Required for unrar project Signed-off-by: Biswapriyo Nath --- mingw-w64-crt/Makefil