Go to the documentation of this file.   40 #ifndef GOOGLE_BREAKPAD_COMMON_BREAKPAD_TYPES_H__    41 #define GOOGLE_BREAKPAD_COMMON_BREAKPAD_TYPES_H__    45 #ifndef __STDC_FORMAT_MACROS    46 #define __STDC_FORMAT_MACROS    54 #elif defined(BREAKPAD_CUSTOM_STDINT_H)    59 #include BREAKPAD_CUSTOM_STDINT_H    63 typedef unsigned __int8  uint8_t;
    64 typedef unsigned __int16 uint16_t;
    65 typedef __int32 int32_t;
    66 typedef unsigned __int32 uint32_t;
    67 typedef unsigned __int64 uint64_t;