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
在 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
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
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
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
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,
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-
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