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
6b205717
Commit
6b205717
authored
Oct 29, 2002
by
Eric Pouech
Committed by
Alexandre Julliard
Oct 29, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Silence unneeded ERR while converting tasks.
parent
5e81d9a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
wowthunk.c
dlls/kernel/wowthunk.c
+2
-3
No files found.
dlls/kernel/wowthunk.c
View file @
6b205717
...
...
@@ -238,9 +238,6 @@ HANDLE WINAPI K32WOWHandle32( WORD handle, WOW_HANDLE_TYPE type )
*/
WORD
WINAPI
K32WOWHandle16
(
HANDLE
handle
,
WOW_HANDLE_TYPE
type
)
{
if
(
HIWORD
(
handle
)
)
ERR
(
"handle %p of type %d has non-zero HIWORD
\n
"
,
handle
,
type
);
switch
(
type
)
{
case
WOW_TYPE_HWND
:
...
...
@@ -256,6 +253,8 @@ WORD WINAPI K32WOWHandle16( HANDLE handle, WOW_HANDLE_TYPE type )
case
WOW_TYPE_HPEN
:
case
WOW_TYPE_HACCEL
:
case
WOW_TYPE_FULLHWND
:
if
(
HIWORD
(
handle
)
)
ERR
(
"handle %p of type %d has non-zero HIWORD
\n
"
,
handle
,
type
);
return
LOWORD
(
handle
);
case
WOW_TYPE_HMETAFILE
:
...
...
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