Closed
Bug 859096
Opened 13 years ago
Closed 11 years ago
crashreporter_win.cpp in rev 127917 does not compile under Windows with vs2008
Categories
(Toolkit :: Crash Reporting, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: ggo98, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31
Steps to reproduce:
ran mach build
Actual results:
compilation failure (=> replaced nullptr by NULL for the success parameter of WideToMBCP() in toolkit/crashreporter/client/crashreporter_win.cpp for success).
Expected results:
compilation success.
Updated•13 years ago
|
Component: Untriaged → Breakpad Integration
Product: Firefox → Toolkit
Comment 1•11 years ago
|
||
We are no longer support VS2008. Also you should file this issue to https://code.google.com/p/google-breakpad/issues/list if Google still supports VS2008.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Comment 2•11 years ago
|
||
I don't know that Breakpad has an official policy about what compiler versions are supported, but I doubt very much we'd take patches for VC2008 support now.
You need to log in
before you can comment on or make changes to this bug.
Description
•