projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[EXPLORER] -Implement the trick that makes the start button to get clicked when the...
[reactos.git]
/
reactos
/
base
/
shell
/
explorer
/
precomp.h
diff --git
a/reactos/base/shell/explorer/precomp.h
b/reactos/base/shell/explorer/precomp.h
index
fc5d23d
..
a63c473
100644
(file)
--- a/
reactos/base/shell/explorer/precomp.h
+++ b/
reactos/base/shell/explorer/precomp.h
@@
-58,6
+58,9
@@
extern HINSTANCE hExplorerInstance;
extern HANDLE hProcessHeap;
extern HKEY hkExplorer;
+#define GET_X_LPARAM(lp) ((int)(short)LOWORD(lp))
+#define GET_Y_LPARAM(lp) ((int)(short)HIWORD(lp))
+
/*
* explorer.c
*/