mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Catching of sigsegv and sigfpe with structured exceptions on win
This commit is contained in:
5
src/libslic3r/TryCatchSignal.cpp
Normal file
5
src/libslic3r/TryCatchSignal.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "TryCatchSignal.hpp"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include "TryCatchSignalSEH.cpp"
|
||||
#endif
|
||||
Reference in New Issue
Block a user