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
0435574a
Commit
0435574a
authored
Jul 02, 2008
by
Paul Vriens
Committed by
Alexandre Julliard
Jul 03, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quartz/tests: Make tests run on everything lower then Vista.
parent
9c3c516c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
filtermapper.c
dlls/quartz/tests/filtermapper.c
+2
-2
No files found.
dlls/quartz/tests/filtermapper.c
View file @
0435574a
...
...
@@ -271,8 +271,8 @@ static void test_legacy_filter_registration(void)
lRet
=
StringFromGUID2
(
&
clsidFilter
,
wszRegKey
,
MAX_PATH
);
ok
(
lRet
>
0
,
"StringFromGUID2 failed
\n
"
);
lRet
=
RegDelete
Tree
W
(
hKey
,
wszRegKey
);
ok
(
lRet
==
ERROR_SUCCESS
,
"RegDelete
Tree
W failed with %x
\n
"
,
HRESULT_FROM_WIN32
(
lRet
));
lRet
=
RegDelete
Key
W
(
hKey
,
wszRegKey
);
ok
(
lRet
==
ERROR_SUCCESS
,
"RegDelete
Key
W failed with %x
\n
"
,
HRESULT_FROM_WIN32
(
lRet
));
if
(
hKey
)
RegCloseKey
(
hKey
);
hKey
=
NULL
;
...
...
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