Alexandre Julliard : winecrt0: Move setjmpex/longjmp implementation to a separate file.
24 Aug
2020
24 Aug
'20
8:58 p.m.
Module: wine Branch: master Commit: 33be7790e57b8f24933929e514e30bad2708d675 URL: https://source.winehq.org/git/wine.git/?a=commit;h=33be7790e57b8f24933929e51... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Aug 24 13:31:04 2020 +0200 winecrt0: Move setjmpex/longjmp implementation to a separate file. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/winecrt0/Makefile.in | 1 + dlls/winecrt0/exception.c | 196 ----------------------------------------- dlls/winecrt0/setjmp.c | 218 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 219 insertions(+), 196 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=33be7790e57b8f2493392...
2033
Age (days ago)
2033
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard