Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
e507e59b
Commit
e507e59b
authored
Apr 25, 2016
by
Austin English
Committed by
Alexandre Julliard
Apr 26, 2016
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hal: Add WRITE_PORT_ULONG stub.
Signed-off-by:
Austin English
<
austinenglish@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
d830f508
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 @
e507e59b
...
...
@@ -167,3 +167,8 @@ ULONG WINAPI READ_PORT_ULONG(ULONG *port)
FIXME
(
"(%p) stub!
\n
"
,
port
);
return
0
;
}
void
WINAPI
WRITE_PORT_ULONG
(
ULONG
*
port
,
ULONG
value
)
{
FIXME
(
"(%p %d) stub!
\n
"
,
port
,
value
);
}
dlls/hal/hal.spec
View file @
e507e59b
...
...
@@ -88,5 +88,5 @@
@ stub WRITE_PORT_BUFFER_ULONG
@ stub WRITE_PORT_BUFFER_USHORT
@ stub WRITE_PORT_UCHAR
@ st
ub WRITE_PORT_ULONG
@ st
dcall WRITE_PORT_ULONG(ptr long)
@ stub WRITE_PORT_USHORT
Vitaly Lipatov
@lav
mentioned in commit
80d39653
·
Sep 03, 2020
mentioned in commit
80d39653
mentioned in commit 80d396530adb92e32a14076f4a29ce3008ca334e
Toggle commit list
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