Lowercase Windows headers.
Bug: None Change-Id: I5a53cc74fd0f0da0b9f71929b9481f8ff651e835 Reviewed-on: https://webrtc-review.googlesource.com/64449 Reviewed-by: Tommi <tommi@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22601}
This commit is contained in:
parent
6e09160552
commit
0191441f39
@ -24,7 +24,7 @@
|
||||
|
||||
#if defined(WEBRTC_WIN)
|
||||
#include "rtc_base/win32.h"
|
||||
#include <Iphlpapi.h>
|
||||
#include <iphlpapi.h>
|
||||
#elif !defined(__native_client__)
|
||||
#include "rtc_base/ifaddrs_converter.h"
|
||||
#endif
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
// Windows needs to be included before mmsystem.h
|
||||
#include "rtc_base/win32.h"
|
||||
|
||||
#include <MMSystem.h>
|
||||
#include <mmsystem.h>
|
||||
|
||||
#elif defined(WEBRTC_POSIX)
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
#include "system_wrappers/source/event_timer_win.h"
|
||||
|
||||
#include "Mmsystem.h"
|
||||
#include "mmsystem.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user