Commit e507e59b authored by Austin English's avatar Austin English Committed by Alexandre Julliard

hal: Add WRITE_PORT_ULONG stub.

parent d830f508
......@@ -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);
}
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment