Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
5e59e9b3
Commit
5e59e9b3
authored
Sep 07, 2017
by
Fabian Maurer
Committed by
Alexandre Julliard
Sep 07, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: Add stub for CalcMenuBar.
Signed-off-by:
Fabian Maurer
<
dark.shadow4@web.de
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
6501192b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
menu.c
dlls/user32/menu.c
+10
-0
user32.spec
dlls/user32/user32.spec
+1
-1
No files found.
dlls/user32/menu.c
View file @
5e59e9b3
...
...
@@ -5289,6 +5289,16 @@ INT WINAPI MenuItemFromPoint(HWND hWnd, HMENU hMenu, POINT ptScreen)
/**********************************************************************
* CalcMenuBar (USER32.@)
*/
DWORD
WINAPI
CalcMenuBar
(
HWND
hwnd
,
DWORD
left
,
DWORD
right
,
DWORD
top
,
RECT
*
rect
)
{
FIXME
(
"(%p, %d, %d, %d, %p): stub
\n
"
,
hwnd
,
left
,
right
,
top
,
rect
);
return
0
;
}
/**********************************************************************
* translate_accelerator
*/
static
BOOL
translate_accelerator
(
HWND
hWnd
,
UINT
message
,
WPARAM
wParam
,
LPARAM
lParam
,
...
...
dlls/user32/user32.spec
View file @
5e59e9b3
...
...
@@ -22,7 +22,7 @@
@ stdcall BroadcastSystemMessageW(long ptr long long long)
# @ stub BuildReasonArray
@ stdcall CalcChildScroll(long long)
# @ stub
CalcMenuBar
@ stdcall CalcMenuBar(long long long long ptr)
CalcMenuBar
@ stdcall CallMsgFilter(ptr long) CallMsgFilterA
@ stdcall CallMsgFilterA(ptr long)
@ stdcall CallMsgFilterW(ptr long)
...
...
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