mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
Fix MinGW build failure
This commit is contained in:
committed by
Mat Sutcliffe
parent
347ea91bf6
commit
04787bbf39
@@ -1717,8 +1717,10 @@ namespace BlackCore
|
|||||||
|
|
||||||
void CApplication::onCrashDumpUploadEnabledChanged()
|
void CApplication::onCrashDumpUploadEnabledChanged()
|
||||||
{
|
{
|
||||||
|
#ifdef BLACK_USE_CRASHPAD
|
||||||
const bool enabled = CBuildConfig::isReleaseBuild() && m_crashDumpSettings.getThreadLocal().isEnabled();
|
const bool enabled = CBuildConfig::isReleaseBuild() && m_crashDumpSettings.getThreadLocal().isEnabled();
|
||||||
this->enableCrashDumpUpload(enabled);
|
this->enableCrashDumpUpload(enabled);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void CApplication::triggerCrashInfoWrite()
|
void CApplication::triggerCrashInfoWrite()
|
||||||
|
|||||||
Reference in New Issue
Block a user