mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-20 21:02:26 +02:00
Update breakpad to make it work with MinGW
This commit is contained in:
@@ -80,12 +80,12 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "common/using_std_string.h"
|
||||
#include "google_breakpad/processor/symbol_supplier.h"
|
||||
|
||||
namespace google_breakpad {
|
||||
|
||||
using std::map;
|
||||
using std::string;
|
||||
using std::vector;
|
||||
|
||||
class CodeModule;
|
||||
@@ -118,7 +118,8 @@ class SimpleSymbolSupplier : public SymbolSupplier {
|
||||
virtual SymbolResult GetCStringSymbolData(const CodeModule *module,
|
||||
const SystemInfo *system_info,
|
||||
string *symbol_file,
|
||||
char **symbol_data);
|
||||
char **symbol_data,
|
||||
size_t *symbol_data_size);
|
||||
|
||||
// Free the data buffer allocated in the above GetCStringSymbolData();
|
||||
virtual void FreeSymbolData(const CodeModule *module);
|
||||
|
Reference in New Issue
Block a user