shell32: Move RegisterShellHook() definitions to shellord.c.
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
e1aa671327
commit
6abfd74a8b
|
@ -55,6 +55,12 @@ WINE_DECLARE_DEBUG_CHANNEL(pidl);
|
||||||
#define SHWFF_REMOVE 0x02
|
#define SHWFF_REMOVE 0x02
|
||||||
#define SHWFF_WAIT 0x04
|
#define SHWFF_WAIT 0x04
|
||||||
|
|
||||||
|
/* RegisterShellHook types */
|
||||||
|
#define RSH_DEREGISTER 0
|
||||||
|
#define RSH_REGISTER 1
|
||||||
|
#define RSH_REGISTER_PROGMAN 2
|
||||||
|
#define RSH_REGISTER_TASKMAN 3
|
||||||
|
|
||||||
/* FIXME: !!! move CREATEMRULIST and flags to header file !!! */
|
/* FIXME: !!! move CREATEMRULIST and flags to header file !!! */
|
||||||
/* !!! it is in both here and comctl32undoc.c !!! */
|
/* !!! it is in both here and comctl32undoc.c !!! */
|
||||||
typedef struct tagCREATEMRULIST
|
typedef struct tagCREATEMRULIST
|
||||||
|
|
|
@ -211,16 +211,6 @@ BOOL WINAPI PathFindOnPathAW(LPVOID sFile, LPCVOID *sOtherDirs);
|
||||||
WORD WINAPI ArrangeWindows(HWND hwndParent, DWORD dwReserved, const RECT *lpRect,
|
WORD WINAPI ArrangeWindows(HWND hwndParent, DWORD dwReserved, const RECT *lpRect,
|
||||||
WORD cKids, const HWND *lpKids);
|
WORD cKids, const HWND *lpKids);
|
||||||
|
|
||||||
/* RegisterShellHook types */
|
|
||||||
#define RSH_DEREGISTER 0
|
|
||||||
#define RSH_REGISTER 1
|
|
||||||
#define RSH_REGISTER_PROGMAN 2
|
|
||||||
#define RSH_REGISTER_TASKMAN 3
|
|
||||||
|
|
||||||
BOOL WINAPI RegisterShellHook(
|
|
||||||
HWND hWnd,
|
|
||||||
DWORD dwType);
|
|
||||||
|
|
||||||
/* SHCreateDefClassObject callback function */
|
/* SHCreateDefClassObject callback function */
|
||||||
typedef HRESULT (CALLBACK *LPFNCDCOCALLBACK)(
|
typedef HRESULT (CALLBACK *LPFNCDCOCALLBACK)(
|
||||||
LPUNKNOWN pUnkOuter,
|
LPUNKNOWN pUnkOuter,
|
||||||
|
|
Loading…
Reference in New Issue