mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-24 04:43:49 +00:00
Move crash_switch variable to cpp file
This commit is contained in:
parent
8348557893
commit
fc12728d25
@ -67,6 +67,8 @@ static struct
|
||||
|
||||
namespace
|
||||
{
|
||||
constexpr char crash_switch[] = "--cc-handle-crash";
|
||||
|
||||
struct SignalInfo
|
||||
{
|
||||
int mCode;
|
||||
|
@ -11,8 +11,6 @@
|
||||
#define USE_CRASH_CATCHER 0
|
||||
#endif
|
||||
|
||||
constexpr char crash_switch[] = "--cc-handle-crash";
|
||||
|
||||
#if USE_CRASH_CATCHER
|
||||
extern void crashCatcherInstall(int argc, char** argv, const std::filesystem::path& crashLogPath);
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user