build: [gn] working on 32bit windows
This commit is contained in:
parent
a2ac31a4bf
commit
16b66db9c7
3 changed files with 18 additions and 0 deletions
|
@ -65,7 +65,9 @@ class CrashReporterWin : public CrashReporter {
|
|||
google_breakpad::CustomClientInfo custom_info_;
|
||||
|
||||
bool skip_system_crash_handler_ = false;
|
||||
#ifdef _WIN64
|
||||
bool code_range_registered_ = false;
|
||||
#endif
|
||||
std::unique_ptr<google_breakpad::ExceptionHandler> breakpad_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(CrashReporterWin);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue