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
d830f508
Commit
d830f508
authored
Apr 25, 2016
by
Austin English
Committed by
Alexandre Julliard
Apr 26, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hal: Add READ_PORT_UCHAR stub.
Signed-off-by:
Austin English
<
austinenglish@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
1dc06698
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
hal.c
dlls/hal/hal.c
+6
-0
hal.spec
dlls/hal/hal.spec
+1
-1
No files found.
dlls/hal/hal.c
View file @
d830f508
...
...
@@ -156,6 +156,12 @@ KIRQL WINAPI KeGetCurrentIrql(VOID)
return
0
;
}
UCHAR
WINAPI
READ_PORT_UCHAR
(
UCHAR
*
port
)
{
FIXME
(
"(%p) stub!
\n
"
,
port
);
return
0
;
}
ULONG
WINAPI
READ_PORT_ULONG
(
ULONG
*
port
)
{
FIXME
(
"(%p) stub!
\n
"
,
port
);
...
...
dlls/hal/hal.spec
View file @
d830f508
...
...
@@ -81,7 +81,7 @@
@ stub READ_PORT_BUFFER_UCHAR
@ stub READ_PORT_BUFFER_ULONG
@ stub READ_PORT_BUFFER_USHORT
@ st
ub READ_PORT_UCHAR
@ st
dcall READ_PORT_UCHAR(ptr)
@ stdcall READ_PORT_ULONG(ptr)
@ stub READ_PORT_USHORT
@ stub WRITE_PORT_BUFFER_UCHAR
...
...
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