mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-19 16:41:33 +00:00
Move crash_switch variable to cpp file
This commit is contained in:
parent
8348557893
commit
fc12728d25
2 changed files with 2 additions and 2 deletions
|
@ -67,6 +67,8 @@ static struct
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
|
constexpr char crash_switch[] = "--cc-handle-crash";
|
||||||
|
|
||||||
struct SignalInfo
|
struct SignalInfo
|
||||||
{
|
{
|
||||||
int mCode;
|
int mCode;
|
||||||
|
|
|
@ -11,8 +11,6 @@
|
||||||
#define USE_CRASH_CATCHER 0
|
#define USE_CRASH_CATCHER 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
constexpr char crash_switch[] = "--cc-handle-crash";
|
|
||||||
|
|
||||||
#if USE_CRASH_CATCHER
|
#if USE_CRASH_CATCHER
|
||||||
extern void crashCatcherInstall(int argc, char** argv, const std::filesystem::path& crashLogPath);
|
extern void crashCatcherInstall(int argc, char** argv, const std::filesystem::path& crashLogPath);
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue