Re: [Mingw-w64-public] [PATCH 1/2] crt: Add fallback _vscprintf() implementation

2022-01-13 Thread Pali Rohár
On Thursday 13 January 2022 23:22:10 Martin Storsjö wrote: > On Wed, 12 Jan 2022, Pali Rohár wrote: > > > Original MSVC 6.0 msvcrt.dll library does not provide _vscprintf() > > function. MinGW-w64 __ms_snprintf() and __ms_vsnprintf() implementations > > call _vscprintf() function. So include fallb

Re: [Mingw-w64-public] [PATCH] wtypes.h: replace #include <...> with #include "..." for rpc

2022-01-13 Thread LIU Hao
在 1/13/22 10:07 PM, Jonathan Marler 写道: Been 3 months since my last email, what's going on with this? On Tue, Oct 19, 2021 at 11:03 PM Jonathan Marler wrote: Jacek were you able to forward this discussion to Wine? If so do you have a link to that discussion? Thanks. This patch applies t

Re: [Mingw-w64-public] [PATCH 1/2] crt: Add fallback _vscprintf() implementation

2022-01-13 Thread Martin Storsjö
On Wed, 12 Jan 2022, Pali Rohár wrote: Original MSVC 6.0 msvcrt.dll library does not provide _vscprintf() function. MinGW-w64 __ms_snprintf() and __ms_vsnprintf() implementations call _vscprintf() function. So include fallback _vscprintf() implementation into MinGW-w64 crt code to allow applicat

[Mingw-w64-public] [PATCH 2/2] crt: Add fallback _scprintf() implementation

2022-01-13 Thread Pali Rohár
Original MSVC 6.0 msvcrt.dll library does not provide _scprintf() function. Add fallback _scprintf() implementation like for _vscprintf(). --- mingw-w64-crt/Makefile.am | 1 + mingw-w64-crt/lib-common/msvcrt.def.in | 4 ++ mingw-w64-crt/misc/_scprintf.c | 52

[Mingw-w64-public] [PATCH 1/2] crt: Add fallback _vscprintf() implementation

2022-01-13 Thread Pali Rohár
Original MSVC 6.0 msvcrt.dll library does not provide _vscprintf() function. MinGW-w64 __ms_snprintf() and __ms_vsnprintf() implementations call _vscprintf() function. So include fallback _vscprintf() implementation into MinGW-w64 crt code to allow applications to use snprintf() with original MSVC

Re: [Mingw-w64-public] [PATCH] crt: Add fallback _vscprintf_emu code for __ms_vsnprintf()

2022-01-13 Thread Pali Rohár
On Tuesday 11 January 2022 11:40:45 Martin Storsjö wrote: > On Mon, 10 Jan 2022, LIU Hao wrote: > > > 在 2022-01-01 05:54, Pali Rohár 写道: > > > > > > Well, if you want from me any improvements in this patch, I can do it. > > > Just let me know what is needed to fix/change. > > > > > > > However,

Re: [Mingw-w64-public] [PATCH] wtypes.h: replace #include <...> with #include "..." for rpc

2022-01-13 Thread Jonathan Marler
Been 3 months since my last email, what's going on with this? On Tue, Oct 19, 2021 at 11:03 PM Jonathan Marler wrote: > Jacek were you able to forward this discussion to Wine? If so do you have > a link to that discussion? Thanks. > > On Sun, Sep 5, 2021 at 9:27 AM LIU Hao wrote: > >> 在 2021-

Re: [Mingw-w64-public] [PATCH] make dsparse library common

2022-01-13 Thread Jonathan Marler
It's been 3 months since the last email on this thread but the patch hasn't been integrated, what's the status? On Tue, Oct 19, 2021 at 11:01 PM Jonathan Marler wrote: > > Just wondering. Is libdsparse.a actually required in a project? I > > None that I know of, except for my win32metadata proj