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
62b83bf0
Commit
62b83bf0
authored
Feb 25, 2011
by
Austin English
Committed by
Alexandre Julliard
Feb 28, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dsound/tests: Remove win9x hack.
parent
98678879
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
dsound.c
dlls/dsound/tests/dsound.c
+3
-4
No files found.
dlls/dsound/tests/dsound.c
View file @
62b83bf0
...
...
@@ -750,7 +750,7 @@ static HRESULT test_secondary(LPGUID lpGuid)
if
(
!
gotdx8
)
{
skip
(
"Not doing the WAVE_FORMAT_EXTENSIBLE tests
\n
"
);
win_
skip
(
"Not doing the WAVE_FORMAT_EXTENSIBLE tests
\n
"
);
/* Apparently they succeed with bogus values,
* which means that older dsound doesn't look at them
*/
...
...
@@ -1095,8 +1095,7 @@ START_TEST(dsound)
SetLastError
(
0xdeadbeef
);
ret
=
FreeLibrary
(
hDsound
);
ok
(
ret
||
broken
(
!
ret
&&
GetLastError
()
==
ERROR_MOD_NOT_FOUND
)
||
/* NT4 */
broken
(
!
ret
&&
GetLastError
()
==
ERROR_INVALID_HANDLE
),
/* Win9x */
broken
(
!
ret
&&
GetLastError
()
==
ERROR_MOD_NOT_FOUND
),
/* NT4 */
"FreeLibrary(2) returned %d
\n
"
,
GetLastError
());
ok
(
!
FreeLibrary
(
hDsound
),
"DirectSound DLL still loaded
\n
"
);
}
...
...
@@ -1118,7 +1117,7 @@ START_TEST(dsound)
FreeLibrary
(
hDsound
);
}
else
skip
(
"dsound.dll not found!
\n
"
);
win_
skip
(
"dsound.dll not found!
\n
"
);
CoUninitialize
();
}
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