mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refactor: Rename remaining "black" identifiers
This commit is contained in:
@@ -1384,7 +1384,7 @@ namespace swift::core
|
||||
|
||||
bool CApplication::isSupportingCrashpad() const
|
||||
{
|
||||
#ifdef BLACK_USE_CRASHPAD
|
||||
#ifdef SWIFT_USE_CRASHPAD
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user