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
15aedbc6
Commit
15aedbc6
authored
Mar 28, 1999
by
Jess Haas
Committed by
Alexandre Julliard
Mar 28, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added stub for int2f 4b.
parent
d604b4bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
int2f.c
msdos/int2f.c
+14
-0
No files found.
msdos/int2f.c
View file @
15aedbc6
...
...
@@ -173,6 +173,20 @@ void WINAPI INT_Int2fHandler( CONTEXT *context )
INT_BARF
(
context
,
0x2f
);
}
break
;
case
0x4b
:
switch
(
AL_reg
(
context
))
{
case
0x01
:
case
0x02
:
case
0x03
:
case
0x04
:
case
0x05
:
FIXME
(
int
,
"Task Switcher - not implemented
\n
"
);
break
;
default:
INT_BARF
(
context
,
0x2f
);
}
break
;
case
0x56
:
/* INTERLNK */
switch
(
AL_reg
(
context
))
{
...
...
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