You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. compile exception_handler with MS VC++ 2008 SP1 (Platform SDK 6.0A)
2.
3.
What is the expected output? What do you see instead?
Expect no build/compile error. But go the following compile error:
4>------ Build started: Project: exception_handler, Configuration: Debug Win32
------
4>Compiling...
4>exception_handler.cc
4>c:\.work\touchfors_hg\libz\google-breakpad\src\client\windows\handler\exceptio
n_handler.cc(501) : error C2065: 'STATUS_INVALID_PARAMETER' : undeclared
identifier
What version of the product are you using? On what operating system?
using revision 909 of google-breakpad from svn, Windows 7, MS VisualStudio 2008
Pro SP1, Platform SDK 6.0A
Please provide any additional information below.
This bug was introduced by revision 897. Version of SDK (6.0A) included in
VisualStudio 2008 doesn't define such constant.
I think that compilation with MS Visual studio 2005 also broken.
I'm attaching simple patch to workaround this issue.
Installing newer SDK is not an option for me.
Original issue reported on code.google.com by [email protected] on 31 Jan 2012 at 9:58
Original issue reported on code.google.com by
[email protected]
on 31 Jan 2012 at 9:58Attachments:
The text was updated successfully, but these errors were encountered: