Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
6abfd74a
Commit
6abfd74a
authored
Feb 02, 2022
by
Zebediah Figura
Committed by
Alexandre Julliard
Feb 03, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Move RegisterShellHook() definitions to shellord.c.
Signed-off-by:
Zebediah Figura
<
zfigura@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
e1aa6713
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
10 deletions
+6
-10
shellord.c
dlls/shell32/shellord.c
+6
-0
undocshell.h
dlls/shell32/undocshell.h
+0
-10
No files found.
dlls/shell32/shellord.c
View file @
6abfd74a
...
...
@@ -55,6 +55,12 @@ WINE_DECLARE_DEBUG_CHANNEL(pidl);
#define SHWFF_REMOVE 0x02
#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 !!! */
/* !!! it is in both here and comctl32undoc.c !!! */
typedef
struct
tagCREATEMRULIST
...
...
dlls/shell32/undocshell.h
View file @
6abfd74a
...
...
@@ -211,16 +211,6 @@ BOOL WINAPI PathFindOnPathAW(LPVOID sFile, LPCVOID *sOtherDirs);
WORD
WINAPI
ArrangeWindows
(
HWND
hwndParent
,
DWORD
dwReserved
,
const
RECT
*
lpRect
,
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 */
typedef
HRESULT
(
CALLBACK
*
LPFNCDCOCALLBACK
)(
LPUNKNOWN
pUnkOuter
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment