From 93a48343eecb9a38c023b1e5d4fecb44c4655cb2 Mon Sep 17 00:00:00 2001 From: "ted.mielczarek@gmail.com" Date: Wed, 6 Mar 2013 14:06:52 +0000 Subject: Fix some more Win32 compat issues in processor code R=mark at https://breakpad.appspot.com/535003/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1122 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/google_breakpad/common/breakpad_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/google_breakpad') diff --git a/src/google_breakpad/common/breakpad_types.h b/src/google_breakpad/common/breakpad_types.h index a6545be5..a60c5f35 100644 --- a/src/google_breakpad/common/breakpad_types.h +++ b/src/google_breakpad/common/breakpad_types.h @@ -62,6 +62,7 @@ typedef unsigned __int8 uint8_t; typedef unsigned __int16 uint16_t; +typedef __int32 int32_t; typedef unsigned __int32 uint32_t; typedef unsigned __int64 uint64_t; #endif -- cgit v1.2.1