mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-01 03:06:31 +00:00
Use stdint types everywhere
R=mark at https://breakpad.appspot.com/535002/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1121 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
@@ -38,11 +38,11 @@
|
||||
#ifndef PROCESSOR_SIMPLE_SERIALIZER_H__
|
||||
#define PROCESSOR_SIMPLE_SERIALIZER_H__
|
||||
|
||||
#include <sys/types.h>
|
||||
#include "google_breakpad/common/breakpad_types.h"
|
||||
|
||||
namespace google_breakpad {
|
||||
|
||||
typedef u_int64_t MemAddr;
|
||||
typedef uint64_t MemAddr;
|
||||
|
||||
// Default implementation of SimpleSerializer template.
|
||||
// Specializations are defined in "simple_serializer-inl.h".
|
||||
|
||||
Reference in New Issue
Block a user