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( ...@@ -904,11 +904,11 @@ NTSTATUS WINAPI NtQuerySystemInformation(
*/ */
NTSTATUS WINAPI NtCreatePagingFile( NTSTATUS WINAPI NtCreatePagingFile(
PUNICODE_STRING PageFileName, PUNICODE_STRING PageFileName,
PLARGE_INTEGER MiniumSize, PLARGE_INTEGER MinimumSize,
PLARGE_INTEGER MaxiumSize, PLARGE_INTEGER MaximumSize,
PLARGE_INTEGER ActualSize) 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; 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