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
a5cc9c9d
Commit
a5cc9c9d
authored
Jan 11, 2023
by
Hans Leidekker
Committed by
Alexandre Julliard
Jan 11, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32/tests: Fix a test failure on Windows 11.
parent
3c060b0a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
shelllink.c
dlls/shell32/tests/shelllink.c
+1
-1
No files found.
dlls/shell32/tests/shelllink.c
View file @
a5cc9c9d
...
@@ -1140,7 +1140,7 @@ static void test_SHExtractIcons(void)
...
@@ -1140,7 +1140,7 @@ static void test_SHExtractIcons(void)
ok
(
ret
==
~
0u
,
"got %u
\n
"
,
ret
);
ok
(
ret
==
~
0u
,
"got %u
\n
"
,
ret
);
ret
=
pSHExtractIconsW
(
notepadW
,
0
,
16
,
16
,
NULL
,
NULL
,
1
,
0
);
ret
=
pSHExtractIconsW
(
notepadW
,
0
,
16
,
16
,
NULL
,
NULL
,
1
,
0
);
ok
(
ret
==
1
||
broken
(
ret
==
2
)
/* win2k
*/
,
"got %u
\n
"
,
ret
);
ok
(
ret
==
1
||
ret
==
4
/* win11
*/
,
"got %u
\n
"
,
ret
);
icons
[
0
]
=
(
HICON
)
0xdeadbeef
;
icons
[
0
]
=
(
HICON
)
0xdeadbeef
;
ret
=
pSHExtractIconsW
(
notepadW
,
0
,
16
,
16
,
icons
,
NULL
,
1
,
0
);
ret
=
pSHExtractIconsW
(
notepadW
,
0
,
16
,
16
,
icons
,
NULL
,
1
,
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