Replace ANDROID with WEBRTC_ANDROID
Review URL: http://webrtc-codereview.appspot.com/89012 git-svn-id: http://webrtc.googlecode.com/svn/trunk@290 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
d4e72f4ceb
commit
56f4eb2b28
@ -2588,7 +2588,7 @@ WebRtc_Word32 UdpTransport::LocalHostAddressIPV6(WebRtc_UWord8 localIP[16])
|
||||
}
|
||||
freeifaddrs(ptrIfAddrsStart);
|
||||
return -1;
|
||||
#elif defined(ANDROID)
|
||||
#elif defined(WEBRTC_ANDROID)
|
||||
return -1;
|
||||
#else // WEBRTC_LINUX
|
||||
struct
|
||||
|
Loading…
x
Reference in New Issue
Block a user