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