Bug 856566 Followup fix for crashreporter_win.cpp(1227) : error C2065: 'nullptr' : undeclared identifier (VS2008SP1/VC9) r=ted.

This commit is contained in:
Philip Chee 2013-04-09 16:45:01 +08:00
parent d53ef2fe71
commit ab74b925ed

View File

@ -23,6 +23,7 @@
#include "resource.h"
#include "client/windows/sender/crash_report_sender.h"
#include "common/windows/string_utils-inl.h"
#include "mozilla/NullPtr.h"
#define CRASH_REPORTER_VALUE L"Enabled"
#define SUBMIT_REPORT_VALUE L"SubmitCrashReport"