Bug 1394868 Fix include casing in VTableBuilder.h to fix MinGW build draft
authorTom Ritter <tom@mozilla.com>
Tue, 29 Aug 2017 11:34:58 -0500
changeset 655074 81bb99509815770c0ce10689108b2cca91ecc44f
parent 655073 1bf96814118b3a8807d63b903a8b96b3ae9bdf44
child 655089 ea442d8e943e6a46cabe627eda1dce8d1497d4a4
child 655091 170437e75672f2c4512bbb9983c01a205d4f2233
push id76762
push userbmo:tom@mozilla.com
push dateTue, 29 Aug 2017 16:35:10 +0000
bugs1394868
milestone57.0a1
Bug 1394868 Fix include casing in VTableBuilder.h to fix MinGW build MozReview-Commit-ID: 8YHKyOOd7S5
ipc/mscom/VTableBuilder.h
--- a/ipc/mscom/VTableBuilder.h
+++ b/ipc/mscom/VTableBuilder.h
@@ -3,17 +3,17 @@
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 #ifndef mozilla_mscom_VTableBuilder_h
 #define mozilla_mscom_VTableBuilder_h
 
 #include <stdint.h>
-#include <Unknwn.h>
+#include <unknwn.h>
 
 #if defined(__cplusplus)
 extern "C" {
 #endif
 
 /**
  * This function constructs an interface with |aVtblSize| entries, where the
  * IUnknown methods are valid and redirect to |aUnk|. Other than the IUnknown