hal: Add WRITE_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 2016-04-25 23:47:28 -05:00 committed by Alexandre Julliard
parent d830f50883
commit e507e59bce
2 changed files with 6 additions and 1 deletions

View file

@ -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);
}

View file

@ -88,5 +88,5 @@
@ stub WRITE_PORT_BUFFER_ULONG
@ stub WRITE_PORT_BUFFER_USHORT
@ stub WRITE_PORT_UCHAR
@ stub WRITE_PORT_ULONG
@ stdcall WRITE_PORT_ULONG(ptr long)
@ stub WRITE_PORT_USHORT