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

ntdll: Quiet a noisy fixme.

parent 561437ad
......@@ -1330,7 +1330,7 @@ NTSTATUS WINAPI NtPowerInformation(
}
case SystemExecutionState: {
PULONG ExecutionState = lpOutputBuffer;
FIXME("semi-stub: SystemExecutionState\n");
WARN("semi-stub: SystemExecutionState\n"); /* Needed for .NET Framework, but using a FIXME is really noisy. */
if (lpInputBuffer != NULL)
return STATUS_INVALID_PARAMETER;
/* FIXME: The actual state should be the value set by SetThreadExecutionState which is not currently implemented. */
......
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