Bug 1402367 Lowercase windows includes for MinGW build r?cpearce draft
authorTom Ritter <tom@mozilla.com>
Fri, 22 Sep 2017 11:02:06 -0500
changeset 669161 543c1cbc2beab187a0878a5e07b350152cad3093
parent 669158 2400029523024aeffaaa204511a8b5dc604fd9ba
child 669163 3d030ff1b2b36e85e9abb24f50ebce668e4d86d6
push id81233
push userbmo:tom@mozilla.com
push dateFri, 22 Sep 2017 16:02:19 +0000
reviewerscpearce
bugs1402367
milestone58.0a1
Bug 1402367 Lowercase windows includes for MinGW build r?cpearce MozReview-Commit-ID: BUwvFA97lcu
dom/media/platforms/wmf/WMFUtils.cpp
--- a/dom/media/platforms/wmf/WMFUtils.cpp
+++ b/dom/media/platforms/wmf/WMFUtils.cpp
@@ -9,18 +9,18 @@
 #include "mozilla/ArrayUtils.h"
 #include "mozilla/CheckedInt.h"
 #include "mozilla/Logging.h"
 #include "mozilla/RefPtr.h"
 #include "nsTArray.h"
 #include "nsThreadUtils.h"
 #include "nsWindowsHelpers.h"
 #include "prenv.h"
-#include <Shlobj.h>
-#include <Shlwapi.h>
+#include <shlobj.h>
+#include <shlwapi.h>
 #include <initguid.h>
 #include <stdint.h>
 #include "mozilla/mscom/EnsureMTA.h"
 #include "mozilla/WindowsVersion.h"
 
 #ifdef WMF_MUST_DEFINE_AAC_MFT_CLSID
 // Some SDK versions don't define the AAC decoder CLSID.
 // {32D186A7-218F-4C75-8876-DD77273A8999}