Index: webrtc/base/basictypes.h |
diff --git a/webrtc/base/basictypes.h b/webrtc/base/basictypes.h |
index 4c3d5d1e518cf0562c743e8c5786e61684d9512c..8f358890ddeff0231814f9224bbdcb60c4efa08b 100644 |
--- a/webrtc/base/basictypes.h |
+++ b/webrtc/base/basictypes.h |
@@ -53,6 +53,8 @@ |
typedef int socklen_t; |
#endif |
+typedef uint32_t NetworkHandle; |
+ |
pthatcher1
2016/01/06 21:58:46
Why is this in basictypes.h? Shouldn't it be in
honghaiz3
2016/01/12 20:36:42
Done.
|
// The following only works for C++ |
#ifdef __cplusplus |