I forgot to do this. What's your SF username?
On Sat, Sep 18, 2021 at 1:44 AM Ralph Engels wrote:
>
> sure :) that would make it a litle easier.
>
> Ralph Engels
>
> Den 17-09-2021 kl. 20:20 skrev NightStrike:
> > Do you want upload access? There's already a personal build section
> >
> > On Fri
Functions __ms_snprintf() and __ms_vsnprintf() contains same logic and code
around _vscprintf() and _vsnprintf() wrappers. Remove duplicated code from
__ms_snprintf() and redirects __ms_snprintf() to __ms_vsnprintf().
---
mingw-w64-crt/stdio/snprintf.c | 22 +-
1 file changed,
Original MSVC 6.0 msvcrt.dll library does not provide _vscprintf()
function. Therefore usage of snprintf() with this DLL library cause
application crash. Add simple fallback implementation of _vscprintf() just
for __ms_vsnprintf() to allow usage of snprintf() function also when using
original msvcr
VLC 3.0.16 failed to build in ucrt with this error:
/vlc-3.0.16/compat/timespec_get.c:28:5: error: redefinition of 'timespec_get'
28 | int timespec_get(struct timespec *ts, int base)
| ^~~~
___
Mingw-w64-public mailing list
Mingw-w