9 Dec
2021
9 Dec
'21
9:34 p.m.
Module: wine Branch: master Commit: 338af407076e3dde82342e441571e8a64b98c1e3 URL: https://source.winehq.org/git/wine.git/?a=commit;h=338af407076e3dde82342e441... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Dec 9 18:41:52 2021 +0100 mpg123: Disable the large file wrappers. off_t and long are the same thing in msvcrt. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52191 Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- libs/mpg123/Makefile.in | 3 +- libs/mpg123/src/libmpg123/lfs_wrap.c | 781 ----------------------------------- 2 files changed, 1 insertion(+), 783 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=338af407076e3dde82342...