Bug 1393795 Lowercase includes so WebRTC compiles with MinGW r=jesup

This edits the third party SCTP library, but upstream has already applied this change to master

MozReview-Commit-ID: ERpMc8EvYZ7

--HG--
extra : rebase_source : cea0d3758275b73a395ad2738edd8eb57c833e1a
This commit is contained in:
Tom Ritter 2017-08-25 14:04:36 -05:00
Родитель 8dbe002119
Коммит c756f0c92e
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -15,7 +15,7 @@
#include "webrtc/modules/video_capture/video_capture_impl.h"
#include "base/singleton.h"
#include <Dshow.h>
#include <dshow.h>
#include <windows.h>
namespace webrtc

Просмотреть файл

@ -13,7 +13,7 @@
#include "webrtc/modules/video_capture/windows/help_functions_ds.h"
#include "webrtc/system_wrappers/include/trace.h"
#include <Dvdmedia.h> // VIDEOINFOHEADER2
#include <dvdmedia.h> // VIDEOINFOHEADER2
#include <initguid.h>
#define DELETE_RESET(p) { delete (p) ; (p) = NULL ;}

Просмотреть файл

@ -45,8 +45,8 @@
#include <winsock2.h>
#include <ws2tcpip.h>
#include <iphlpapi.h>
#include <Mswsock.h>
#include <Windows.h>
#include <mswsock.h>
#include <windows.h>
#include "user_environment.h"
typedef CRITICAL_SECTION userland_mutex_t;
#if WINVER < 0x0600