mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 21:11:54 +00:00
[EXPLORER] Simplify the current-shell-is-explorer check when trying to start the auto-start programs, by using the existing code.
This commit is contained in:
parent
0a8cd95cad
commit
12de9654b0
3 changed files with 11 additions and 23 deletions
|
@ -61,6 +61,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(explorernew);
|
|||
extern HINSTANCE hExplorerInstance;
|
||||
extern HANDLE hProcessHeap;
|
||||
extern HKEY hkExplorer;
|
||||
extern BOOL bExplorerIsShell;
|
||||
|
||||
#define GET_X_LPARAM(lp) ((int)(short)LOWORD(lp))
|
||||
#define GET_Y_LPARAM(lp) ((int)(short)HIWORD(lp))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue