mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-12-23 16:15:33 +00:00
Fix build break for 64-bit compilation.
A=Gregory Dardyk R=nealsid git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@452 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
f7f9dfcab6
commit
e4ffacd0d8
|
@ -95,7 +95,7 @@ enum MessageTag {
|
||||||
|
|
||||||
struct CustomClientInfo {
|
struct CustomClientInfo {
|
||||||
const CustomInfoEntry* entries;
|
const CustomInfoEntry* entries;
|
||||||
int count;
|
size_t count;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Message structure for IPC between crash client and crash server.
|
// Message structure for IPC between crash client and crash server.
|
||||||
|
|
Loading…
Reference in a new issue