mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-26 18:52:01 +08:00
10 lines
243 B
C++
10 lines
243 B
C++
///|/ Copyright (c) Prusa Research 2021 Tomáš Mészáros @tamasmeszaros
|
|
///|/
|
|
///|/ PrusaSlicer is released under the terms of the AGPLv3 or higher
|
|
///|/
|
|
#include "TryCatchSignal.hpp"
|
|
|
|
#ifdef _MSC_VER
|
|
#include "TryCatchSignalSEH.cpp"
|
|
#endif
|