hal: Add READ_PORT_ULONG stub.

Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Austin English 2015-12-22 19:35:00 -06:00 committed by Alexandre Julliard
parent 9edfb14c6b
commit 3e16c3343a
2 changed files with 7 additions and 1 deletions

View File

@ -155,3 +155,9 @@ KIRQL WINAPI KeGetCurrentIrql(VOID)
FIXME( " stub!\n");
return 0;
}
ULONG WINAPI READ_PORT_ULONG(ULONG *port)
{
FIXME("(%p) stub!\n", port);
return 0;
}

View File

@ -82,7 +82,7 @@
@ stub READ_PORT_BUFFER_ULONG
@ stub READ_PORT_BUFFER_USHORT
@ stub READ_PORT_UCHAR
@ stub READ_PORT_ULONG
@ stdcall READ_PORT_ULONG(ptr)
@ stub READ_PORT_USHORT
@ stub WRITE_PORT_BUFFER_UCHAR
@ stub WRITE_PORT_BUFFER_ULONG