Commit e4512f0d authored by Ivan Leo Puoti's avatar Ivan Leo Puoti Committed by Alexandre Julliard

Make a stub actually say "stub".

parent d3463d16
......@@ -904,11 +904,11 @@ NTSTATUS WINAPI NtQuerySystemInformation(
*/
NTSTATUS WINAPI NtCreatePagingFile(
PUNICODE_STRING PageFileName,
PLARGE_INTEGER MiniumSize,
PLARGE_INTEGER MaxiumSize,
PLARGE_INTEGER MinimumSize,
PLARGE_INTEGER MaximumSize,
PLARGE_INTEGER ActualSize)
{
FIXME("%p %p %p %p\n", PageFileName, MiniumSize, MaxiumSize, ActualSize);
FIXME("(%p %p %p %p) stub\n", PageFileName, MinimumSize, MaximumSize, ActualSize);
return STATUS_SUCCESS;
}
......
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