Alexandre Julliard : winecrt0: Move setjmpex/longjmp implementation to a separate file.

Alexandre Julliard julliard at winehq.org
Mon Aug 24 15:58:50 CDT 2020


Module: wine
Branch: master
Commit: 33be7790e57b8f24933929e514e30bad2708d675
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=33be7790e57b8f24933929e514e30bad2708d675

Author: Alexandre Julliard <julliard at 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 at 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=33be7790e57b8f24933929e514e30bad2708d675



More information about the wine-cvs mailing list