From cc4b3a61b22feb80234835f774e570f0e5de22db Mon Sep 17 00:00:00 2001 From: Sylvain Petreolle Date: Sat, 15 Nov 2014 23:12:06 +0000 Subject: [PATCH] [EXPLORER-NEW] Fix includes casing. svn path=/branches/shell-experiments/; revision=65417 --- base/shell/explorer-new/taskswnd.cpp | 2 +- base/shell/explorer-new/traywnd.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base/shell/explorer-new/taskswnd.cpp b/base/shell/explorer-new/taskswnd.cpp index d93bcdab9f3..9701ab8510b 100644 --- a/base/shell/explorer-new/taskswnd.cpp +++ b/base/shell/explorer-new/taskswnd.cpp @@ -19,7 +19,7 @@ */ #include "precomp.h" -#include +#include #define GET_X_LPARAM(lp) ((int)(short)LOWORD(lp)) #define GET_Y_LPARAM(lp) ((int)(short)HIWORD(lp)) diff --git a/base/shell/explorer-new/traywnd.cpp b/base/shell/explorer-new/traywnd.cpp index 322c62e46e5..a82306ae039 100644 --- a/base/shell/explorer-new/traywnd.cpp +++ b/base/shell/explorer-new/traywnd.cpp @@ -19,7 +19,7 @@ */ #include "precomp.h" -#include +#include extern HRESULT InitShellServices(HDPA * phdpa); extern HRESULT ShutdownShellServices(HDPA hdpa); -- 2.17.1