ntdll: Quiet a noisy fixme.

This commit is contained in:
Austin English 2009-08-08 17:17:15 -05:00 committed by Alexandre Julliard
parent 561437ad98
commit eb8f95b5b6
1 changed files with 1 additions and 1 deletions

View File

@ -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. */