From 14e90aeac408accd5a51475103247b236b4dd1c2 Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Mon, 10 Aug 2009 11:14:01 +0200 Subject: [PATCH] Bug 128647 - Use lower case in includes to fix compilation on mingw. r=masayuki --- widget/src/windows/nsWindow.cpp | 4 ++-- widget/tests/TestWinTSF.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/widget/src/windows/nsWindow.cpp b/widget/src/windows/nsWindow.cpp index b6f80eb300e..c5405e3f553 100644 --- a/widget/src/windows/nsWindow.cpp +++ b/widget/src/windows/nsWindow.cpp @@ -166,11 +166,11 @@ #include // needed for WIN32_LEAN_AND_MEAN #include #include -#include +#include #endif // !defined(WINCE) #if defined(ACCESSIBILITY) -#include "OLEIDL.H" +#include "oleidl.h" #include #if !defined(WINABLEAPI) #include diff --git a/widget/tests/TestWinTSF.cpp b/widget/tests/TestWinTSF.cpp index 68ca752392d..9c26c6d1814 100644 --- a/widget/tests/TestWinTSF.cpp +++ b/widget/tests/TestWinTSF.cpp @@ -49,7 +49,7 @@ #include #include -#include +#include #include "TestHarness.h"