mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-06-27 21:16:25 +03: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