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
74fecb35
Commit
74fecb35
authored
Dec 12, 2010
by
André Hentschel
Committed by
Alexandre Julliard
Dec 13, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Fix test failure on some NT4 machines.
parent
f36b5934
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
error.c
dlls/ntdll/tests/error.c
+1
-1
No files found.
dlls/ntdll/tests/error.c
View file @
74fecb35
...
...
@@ -224,7 +224,7 @@ static void run_error_tests(void)
cmp
(
STATUS_WRONG_VOLUME
,
ERROR_WRONG_DISK
);
cmp
(
STATUS_NO_MEDIA
,
ERROR_NO_MEDIA_IN_DRIVE
);
cmp
(
STATUS_NO_MEDIA_IN_DEVICE
,
ERROR_NOT_READY
);
cmp
(
STATUS_VOLUME_DISMOUNTED
,
ERROR_NOT_READY
);
cmp
2
(
STATUS_VOLUME_DISMOUNTED
,
ERROR_NOT_READY
);
cmp
(
STATUS_NONEXISTENT_SECTOR
,
ERROR_SECTOR_NOT_FOUND
);
cmp
(
STATUS_WORKING_SET_QUOTA
,
ERROR_WORKING_SET_QUOTA
);
cmp
(
STATUS_NO_MEMORY
,
ERROR_NOT_ENOUGH_MEMORY
);
...
...
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