mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[WIN32K]
UserEnumDisplaySettings returns NTSTATUS. svn path=/branches/reactos-yarotows/; revision=49118
This commit is contained in:
@@ -499,7 +499,7 @@ UserEnumDisplaySettings(
|
||||
{
|
||||
/* No device found */
|
||||
DPRINT1("No device found!\n");
|
||||
return FALSE;
|
||||
return STATUS_UNSUCCESSFUL;
|
||||
}
|
||||
|
||||
if (iModeNum == 0)
|
||||
|
||||
Reference in New Issue
Block a user