checkasm: Fix catching crashes on Windows on ARM
longjmp on Windows uses SEH to unwind on ARM/ARM64 too, just like on x86_64, thus use RtlCaptureContext/RtlRestoreContext instead of setjmp/longjmp on those architectures as well.
longjmp on Windows uses SEH to unwind on ARM/ARM64 too, just like on x86_64, thus use RtlCaptureContext/RtlRestoreContext instead of setjmp/longjmp on those architectures as well.
VideoLAN code repository instance