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
66f010e1
Commit
66f010e1
authored
Aug 27, 2008
by
Stefan Leichter
Committed by
Alexandre Julliard
Aug 28, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rasapi32: Fix tests on platforms winme and some win98.
parent
2d02ec74
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
rasapi.c
dlls/rasapi32/tests/rasapi.c
+4
-0
No files found.
dlls/rasapi32/tests/rasapi.c
View file @
66f010e1
...
...
@@ -59,6 +59,10 @@ static void test_rasenum(void)
win_skip
(
"RAS configuration problem
\n
"
);
return
;
}
if
(
ERROR_SUCCESS
==
result
)
{
win_skip
(
"RasEnumDevicesA found nothing to enumerate
\n
"
);
return
;
}
trace
(
"RasEnumDevicesA: returned %d buffersize %d
\n
"
,
result
,
cb
);
ok
(
result
==
ERROR_BUFFER_TOO_SMALL
,
"Expected ERROR_BUFFER_TOO_SMALL, got %08d
\n
"
,
result
);
...
...
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