mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[EXPLORER-NEW]
Fix includes casing. svn path=/branches/shell-experiments/; revision=65417
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <CommonControls.h>
|
||||
#include <commoncontrols.h>
|
||||
|
||||
extern HRESULT InitShellServices(HDPA * phdpa);
|
||||
extern HRESULT ShutdownShellServices(HDPA hdpa);
|
||||
|
||||
Reference in New Issue
Block a user