mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-25 01:40:57 +00:00
6 lines
87 B
C++
6 lines
87 B
C++
#include "TryCatchSignal.hpp"
|
|
|
|
#ifdef _MSC_VER
|
|
#include "TryCatchSignalSEH.cpp"
|
|
#endif
|