[EXPLORER-NEW]

Fix includes casing.

svn path=/branches/shell-experiments/; revision=65417
This commit is contained in:
Sylvain Petreolle 2014-11-15 23:12:06 +00:00
parent 1795a3bf16
commit cc4b3a61b2
2 changed files with 2 additions and 2 deletions

View file

@ -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))

View file

@ -19,7 +19,7 @@
*/
#include "precomp.h"
#include <CommonControls.h>
#include <commoncontrols.h>
extern HRESULT InitShellServices(HDPA * phdpa);
extern HRESULT ShutdownShellServices(HDPA hdpa);