Module: wine Branch: master Commit: 33be7790e57b8f24933929e514e30bad2708d675 URL: https://source.winehq.org/git/wine.git/?a=commit;h=33be7790e57b8f24933929e51...
Author: Alexandre Julliard julliard@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@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...