Özkan Sezer
Özkan Sezer
> > About `HAVE__STRTOI64` and `HAVE__STRTOUI64`, would it make sense to automatically undefine those, if `_WIN32_WINNT` is less than `0x0501`? They both seemed available for me on XP SP3. >...
> This GitHub repo hasn't gotten any commits in 3 years. Maybe try submitting this fix to https://gitlab.xiph.org/xiph/vorbis (last commit was a month ago)? I don't intend to, at the...
> Thanks for fixing this. This GitHub repo hasn't gotten any commits in 3 years. Maybe try submitting this fix to https://gitlab.xiph.org/xiph/vorbis (last commit was a month ago)? https://gitlab.xiph.org/xiph/vorbis/-/issues/2352
> @sezero Is it likely that SDL_mixer will pull in this fix if upstream doesn't review your PR? I can apply it to SDL's vendored libvorbis, but when SDL_mixer is...
Should be fixed now that #97 is in
I guess https://github.com/libsdl-org/SDL/commit/248cb3ca9cea83f2ef2fddf4610e6507cc2b55e3 needs backporting to 2.30.x for Apple targets.
Gcc case: `__builtin_unreachable` requires gcc >= 4.5, and since you add the new macro to a public header then please stricten the condition like: `#elif defined(__clang__) || (defined(__GNUC__) && (__GNUC__...
> oh I did not know you supported sdk so far back... Well, my every-day machine runs on an old CentOS-6.10 and it comes with gcc 4.4.7. I'm one of...
I don't know whether or not this will be accepted into SDL2 branch, but here is a patch that adds new files to Makefile.os2 / Makefile.w32, and fixes C89 issues,...