Author: spetreolle Date: Sat Nov 15 23:12:06 2014 New Revision: 65417
URL: http://svn.reactos.org/svn/reactos?rev=65417&view=rev Log: [EXPLORER-NEW] Fix includes casing.
Modified: branches/shell-experiments/base/shell/explorer-new/taskswnd.cpp branches/shell-experiments/base/shell/explorer-new/traywnd.cpp
Modified: branches/shell-experiments/base/shell/explorer-new/taskswnd.cpp URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/exp... ============================================================================== --- branches/shell-experiments/base/shell/explorer-new/taskswnd.cpp [iso-8859-1] (original) +++ branches/shell-experiments/base/shell/explorer-new/taskswnd.cpp [iso-8859-1] Sat Nov 15 23:12:06 2014 @@ -19,7 +19,7 @@ */
#include "precomp.h" -#include <CommonControls.h> +#include <commoncontrols.h>
#define GET_X_LPARAM(lp) ((int)(short)LOWORD(lp)) #define GET_Y_LPARAM(lp) ((int)(short)HIWORD(lp))
Modified: branches/shell-experiments/base/shell/explorer-new/traywnd.cpp URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/exp... ============================================================================== --- branches/shell-experiments/base/shell/explorer-new/traywnd.cpp [iso-8859-1] (original) +++ branches/shell-experiments/base/shell/explorer-new/traywnd.cpp [iso-8859-1] Sat Nov 15 23:12:06 2014 @@ -19,7 +19,7 @@ */
#include "precomp.h" -#include <CommonControls.h> +#include <commoncontrols.h>
extern HRESULT InitShellServices(HDPA * phdpa); extern HRESULT ShutdownShellServices(HDPA hdpa);