mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-26 17:25:04 +01:00
Make some parts of the processor compile on Win32/MSVC
R=mark at http://breakpad.appspot.com/250001 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@751 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
fd00ae5f55
commit
c77fc8a32c
4 changed files with 29 additions and 5 deletions
|
|
@ -68,6 +68,15 @@
|
|||
|
||||
namespace google_breakpad {
|
||||
|
||||
// These are defined in Microsoft headers.
|
||||
#ifdef SEVERITY_ERROR
|
||||
#undef SEVERITY_ERROR
|
||||
#endif
|
||||
|
||||
#ifdef ERROR
|
||||
#undef ERROR
|
||||
#endif
|
||||
|
||||
class LogStream {
|
||||
public:
|
||||
enum Severity {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue