mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 00:54:20 +02:00
Update breakpad to make it work with MinGW
This commit is contained in:
@@ -43,10 +43,10 @@
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
#include "common/scoped_ptr.h"
|
||||
#include "common/solaris/dump_symbols.h"
|
||||
#include "common/solaris/file_id.h"
|
||||
#include "common/solaris/guid_creator.h"
|
||||
#include "processor/scoped_ptr.h"
|
||||
|
||||
// This namespace contains helper functions.
|
||||
namespace {
|
||||
@@ -156,7 +156,7 @@ const char *kStrtabName = ".strtab";
|
||||
const int demangleLen = 20000;
|
||||
|
||||
// Offset to the string table.
|
||||
u_int64_t stringOffset = 0;
|
||||
uint64_t stringOffset = 0;
|
||||
|
||||
// Update the offset to the start of the string index of the next
|
||||
// object module for every N_ENDM stabs.
|
||||
|
Reference in New Issue
Block a user