Only in FINAL_VERSION

This commit is contained in:
kaetemi 2015-02-23 20:33:31 +01:00
parent d01d3040c2
commit 7f220d78ac

View file

@ -115,7 +115,7 @@ TReportResult report(const std::string &title, const std::string &header, const
doSendReport(); doSendReport();
# if 1 // TODO: This behaviour is used in the old report code when Quitting the application is the default crash report behaviour. Needs testing. # if defined(FINAL_VERSION) // TODO: This behaviour is used in the old report code when Quitting the application is the default crash report behaviour. Needs testing.
# ifdef NL_OS_WINDOWS # ifdef NL_OS_WINDOWS
# ifndef NL_COMP_MINGW # ifndef NL_COMP_MINGW
// disable the Windows popup telling that the application aborted and disable the dr watson report. // disable the Windows popup telling that the application aborted and disable the dr watson report.