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
c9c77ba7
Commit
c9c77ba7
authored
Mar 05, 2008
by
Huw Davies
Committed by
Alexandre Julliard
Mar 05, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Fix return type of SHAppBarMessage.
parent
d20768c1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
shell32_main.c
dlls/shell32/shell32_main.c
+1
-1
shellapi.h
include/shellapi.h
+1
-1
No files found.
dlls/shell32/shell32_main.c
View file @
c9c77ba7
...
...
@@ -876,7 +876,7 @@ static BOOL __get_dropline( HWND hWnd, LPRECT lprect )
/*************************************************************************
* SHAppBarMessage [SHELL32.@]
*/
UINT
WINAPI
SHAppBarMessage
(
DWORD
msg
,
PAPPBARDATA
data
)
UINT
_PTR
WINAPI
SHAppBarMessage
(
DWORD
msg
,
PAPPBARDATA
data
)
{
int
width
=
data
->
rc
.
right
-
data
->
rc
.
left
;
int
height
=
data
->
rc
.
bottom
-
data
->
rc
.
top
;
...
...
include/shellapi.h
View file @
c9c77ba7
...
...
@@ -95,7 +95,7 @@ typedef struct _AppBarData
LPARAM
lParam
;
}
APPBARDATA
,
*
PAPPBARDATA
;
UINT
WINAPI
SHAppBarMessage
(
DWORD
,
PAPPBARDATA
);
UINT
_PTR
WINAPI
SHAppBarMessage
(
DWORD
,
PAPPBARDATA
);
/******************************************
* SHGetFileInfo
...
...
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