mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 02:13:36 +00:00
[EXPLORER-NEW]
Fix includes casing. svn path=/branches/shell-experiments/; revision=65417
This commit is contained in:
parent
1795a3bf16
commit
cc4b3a61b2
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue