Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
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
Aleksandr Isakov
wine-fonts
Commits
e6f0b72d
Commit
e6f0b72d
authored
Apr 15, 1999
by
Bertho Stultiens
Committed by
Alexandre Julliard
Apr 15, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added IOCTL function 0x440d/0x72.
parent
77f08f33
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
int21.c
msdos/int21.c
+6
-0
No files found.
msdos/int21.c
View file @
e6f0b72d
...
...
@@ -345,6 +345,12 @@ static BOOL ioctlGenericBlkDevReq( CONTEXT *context )
dataptr
[
3
]
=
0xFF
;
/* no physical drive */
break
;
case
0x72
:
/* Trail on error implementation */
AX_reg
(
context
)
=
GetDriveType16
(
BL_reg
(
context
))
==
DRIVE_CANNOTDETERMINE
?
0x0f
:
0x01
;
SET_CFLAG
(
context
);
/* Seems to be set all the time */
break
;
default:
INT_BARF
(
context
,
0x21
);
}
...
...
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