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
42e54f95
Commit
42e54f95
authored
Sep 24, 2009
by
Aric Stewart
Committed by
Alexandre Julliard
Sep 25, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Stub ShellHookProc.
parent
25efe69d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
shell32.spec
dlls/shell32/shell32.spec
+1
-1
shell32_main.c
dlls/shell32/shell32_main.c
+9
-0
No files found.
dlls/shell32/shell32.spec
View file @
42e54f95
...
...
@@ -408,7 +408,7 @@
@ stdcall ShellExecuteExA (long)
@ stdcall ShellExecuteExW (long)
@ stdcall ShellExecuteW (long wstr wstr wstr wstr long)
@ st
ub ShellHookProc
@ st
dcall ShellHookProc(long long long)
@ stdcall Shell_NotifyIcon(long ptr) Shell_NotifyIconA
@ stdcall Shell_NotifyIconA(long ptr)
@ stdcall Shell_NotifyIconW(long ptr)
...
...
dlls/shell32/shell32_main.c
View file @
42e54f95
...
...
@@ -1220,3 +1220,12 @@ BOOL WINAPI InitNetworkAddressControl(void)
FIXME
(
"stub
\n
"
);
return
FALSE
;
}
/***********************************************************************
* ShellHookProc (SHELL32.@)
*/
LRESULT
CALLBACK
ShellHookProc
(
DWORD
a
,
DWORD
b
,
DWORD
c
)
{
FIXME
(
"Stub
\n
"
);
return
0
;
}
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