Normalize define naming

This commit is contained in:
Rasmus Karlsson
2018-06-28 01:26:15 +02:00
parent 10df071077
commit 8ff29ebe05
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -23,7 +23,7 @@
#include <stdio.h>
#endif
#ifdef CHATTERINO_USE_BREAKPAD
#ifdef C_USE_BREAKPAD
#include <QBreakpadHandler.h>
#endif
@@ -87,7 +87,7 @@ int runGui(QApplication &a, int argc, char *argv[])
app->construct();
#ifdef CHATTERINO_USE_BREAKPAD
#ifdef C_USE_BREAKPAD
QBreakpadInstance.setDumpPath(app->paths->settingsFolderPath + "/Crashes");
#endif
@@ -96,7 +96,7 @@ int runGui(QApplication &a, int argc, char *argv[])
auto runningPath = pathMan.miscDirectory + "/running_" + pathMan.applicationFilePathHash;
if (QFile::exists(runningPath)) {
#ifndef DISABLE_CRASH_DIALOG
#ifndef C_DISABLE_CRASH_DIALOG
chatterino::LastRunCrashDialog dialog;
switch (dialog.exec()) {