mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-08-29 23:32:33 +02:00
Catching of sigsegv and sigfpe with structured exceptions on win
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#include "TryCatchSignal.hpp"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include "TryCatchSignalSEH.cpp"
|
||||
#endif
|
||||
Reference in New Issue
Block a user