mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[WIN32K] InitVideo() should return NTSTATUS, so return STATUS_SUCCESS instead of 1
This commit is contained in:
@@ -282,7 +282,7 @@ InitVideo(VOID)
|
||||
|
||||
InitSysParams();
|
||||
|
||||
return 1;
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
NTSTATUS
|
||||
|
||||
Reference in New Issue
Block a user