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
9087404a
Commit
9087404a
authored
Aug 16, 2016
by
André Hentschel
Committed by
Alexandre Julliard
Aug 17, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hal: Add WRITE_PORT_UCHAR stub.
Signed-off-by:
André Hentschel
<
nerv@dawncrow.de
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
738e17b2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
hal.c
dlls/hal/hal.c
+5
-0
hal.spec
dlls/hal/hal.spec
+1
-1
No files found.
dlls/hal/hal.c
View file @
9087404a
...
@@ -168,6 +168,11 @@ ULONG WINAPI READ_PORT_ULONG(ULONG *port)
...
@@ -168,6 +168,11 @@ ULONG WINAPI READ_PORT_ULONG(ULONG *port)
return
0
;
return
0
;
}
}
void
WINAPI
WRITE_PORT_UCHAR
(
UCHAR
*
port
,
UCHAR
value
)
{
FIXME
(
"(%p %d) stub!
\n
"
,
port
,
value
);
}
void
WINAPI
WRITE_PORT_ULONG
(
ULONG
*
port
,
ULONG
value
)
void
WINAPI
WRITE_PORT_ULONG
(
ULONG
*
port
,
ULONG
value
)
{
{
FIXME
(
"(%p %d) stub!
\n
"
,
port
,
value
);
FIXME
(
"(%p %d) stub!
\n
"
,
port
,
value
);
...
...
dlls/hal/hal.spec
View file @
9087404a
...
@@ -87,6 +87,6 @@
...
@@ -87,6 +87,6 @@
@ stub WRITE_PORT_BUFFER_UCHAR
@ stub WRITE_PORT_BUFFER_UCHAR
@ stub WRITE_PORT_BUFFER_ULONG
@ stub WRITE_PORT_BUFFER_ULONG
@ stub WRITE_PORT_BUFFER_USHORT
@ stub WRITE_PORT_BUFFER_USHORT
@ st
ub WRITE_PORT_UCHAR
@ st
dcall WRITE_PORT_UCHAR(ptr long)
@ stdcall WRITE_PORT_ULONG(ptr long)
@ stdcall WRITE_PORT_ULONG(ptr long)
@ stub WRITE_PORT_USHORT
@ stub WRITE_PORT_USHORT
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