Typedef WebRtc_word8 to int8_t
BUG=311 TEST=build on all platforms Review URL: https://webrtc-codereview.appspot.com/446002 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1877 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
3d42eda962
commit
c197b12d21
@ -72,9 +72,7 @@ typedef unsigned __int64 uint64_t;
|
||||
|
||||
// TODO(andrew): remove WebRtc_ types:
|
||||
// http://code.google.com/p/webrtc/issues/detail?id=314
|
||||
// TODO(leozwang): change to WebRtc_Word8 to use int8_t:
|
||||
// http://code.google.com/p/webrtc/issues/detail?id=311
|
||||
typedef char WebRtc_Word8;
|
||||
typedef int8_t WebRtc_Word8;
|
||||
typedef int16_t WebRtc_Word16;
|
||||
typedef int32_t WebRtc_Word32;
|
||||
typedef int64_t WebRtc_Word64;
|
||||
|
Loading…
x
Reference in New Issue
Block a user