Re: [Mingw-w64-public] SJLJ GCC

2021-12-26 Thread NightStrike
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

[Mingw-w64-public] [PATCH] crt: De-duplicate _vscprintf/_vsnprintf code

2021-12-26 Thread Pali Rohár
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,

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

2021-12-26 Thread Pali Rohár
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

[Mingw-w64-public] VLC build failure after addition of timespec_get

2021-12-26 Thread Biswapriyo Nath
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