Bug 1390617 Fix casing of d3d11.h to fix MinGW build r?jya draft
authorTom Ritter <tom@mozilla.com>
Tue, 15 Aug 2017 15:14:25 -0500
changeset 646913 2ca9737e557fdae6cef26fcc6886bbba3cfcb3d8
parent 646912 16d04108708aafd4985effc07f7a3630a5e60a0b
child 646917 aebd0e9d126403bf88bd5396b1d41d6d1e45b36b
child 647838 a3b1a28c3898aa00e4a8095657d6c53be7f2b32a
child 647839 fef77730769f627aa8172c4df2dfb57ea763fe6e
child 648305 039dd274533d9c24d2453915c9b6dac178518f99
push id74243
push userbmo:tom@mozilla.com
push dateTue, 15 Aug 2017 20:14:38 +0000
reviewersjya
bugs1390617
milestone57.0a1
Bug 1390617 Fix casing of d3d11.h to fix MinGW build r?jya MozReview-Commit-ID: 8IHb4pYo77Y
dom/media/platforms/wmf/DXVA2Manager.h
--- a/dom/media/platforms/wmf/DXVA2Manager.h
+++ b/dom/media/platforms/wmf/DXVA2Manager.h
@@ -6,17 +6,17 @@
 #if !defined(DXVA2Manager_h_)
 #define DXVA2Manager_h_
 
 #include "MediaInfo.h"
 #include "WMF.h"
 #include "mozilla/Mutex.h"
 #include "nsAutoPtr.h"
 #include "nsRect.h"
-#include "D3D11.h"
+#include "d3d11.h"
 
 namespace mozilla {
 
 namespace layers {
 class Image;
 class ImageContainer;
 class KnowsCompositor;
 }