From b174116dd2beab416a2136152edb5a0ff7809272 Mon Sep 17 00:00:00 2001 From: Carl Corcoran Date: Wed, 12 Sep 2018 12:14:10 +0200 Subject: [PATCH] Bug 1490624: Correcting incorrect captitalization of windows.h r=bustage-fix --HG-- extra : rebase_source : 086899a6cb5817abeff2bef94de57f7a16981f1e --- mozglue/tests/gtest/TestDLLBlocklist.cpp | 2 +- .../TestDllBlocklist_AllowByVersion.cpp | 2 +- .../TestDllBlocklist_MatchByName.cpp | 2 +- .../TestDllBlocklist_MatchByVersion.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mozglue/tests/gtest/TestDLLBlocklist.cpp b/mozglue/tests/gtest/TestDLLBlocklist.cpp index db0183b32b33..4892d936f39c 100644 --- a/mozglue/tests/gtest/TestDLLBlocklist.cpp +++ b/mozglue/tests/gtest/TestDLLBlocklist.cpp @@ -4,7 +4,7 @@ * 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/. */ -#include +#include #include #include #include "gtest/gtest.h" diff --git a/mozglue/tests/gtest/TestDllBlocklist_AllowByVersion/TestDllBlocklist_AllowByVersion.cpp b/mozglue/tests/gtest/TestDllBlocklist_AllowByVersion/TestDllBlocklist_AllowByVersion.cpp index 485d43d5d6e1..ad941b7631bc 100644 --- a/mozglue/tests/gtest/TestDllBlocklist_AllowByVersion/TestDllBlocklist_AllowByVersion.cpp +++ b/mozglue/tests/gtest/TestDllBlocklist_AllowByVersion/TestDllBlocklist_AllowByVersion.cpp @@ -2,7 +2,7 @@ * 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/. */ -#include +#include BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD aReason, LPVOID) { diff --git a/mozglue/tests/gtest/TestDllBlocklist_MatchByName/TestDllBlocklist_MatchByName.cpp b/mozglue/tests/gtest/TestDllBlocklist_MatchByName/TestDllBlocklist_MatchByName.cpp index 485d43d5d6e1..ad941b7631bc 100644 --- a/mozglue/tests/gtest/TestDllBlocklist_MatchByName/TestDllBlocklist_MatchByName.cpp +++ b/mozglue/tests/gtest/TestDllBlocklist_MatchByName/TestDllBlocklist_MatchByName.cpp @@ -2,7 +2,7 @@ * 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/. */ -#include +#include BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD aReason, LPVOID) { diff --git a/mozglue/tests/gtest/TestDllBlocklist_MatchByVersion/TestDllBlocklist_MatchByVersion.cpp b/mozglue/tests/gtest/TestDllBlocklist_MatchByVersion/TestDllBlocklist_MatchByVersion.cpp index 485d43d5d6e1..ad941b7631bc 100644 --- a/mozglue/tests/gtest/TestDllBlocklist_MatchByVersion/TestDllBlocklist_MatchByVersion.cpp +++ b/mozglue/tests/gtest/TestDllBlocklist_MatchByVersion/TestDllBlocklist_MatchByVersion.cpp @@ -2,7 +2,7 @@ * 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/. */ -#include +#include BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD aReason, LPVOID) {