mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 11:17:51 -06:00
5 lines
87 B
C++
5 lines
87 B
C++
#include "TryCatchSignal.hpp"
|
|
|
|
#ifdef _MSC_VER
|
|
#include "TryCatchSignalSEH.cpp"
|
|
#endif
|