mirror of
https://github.com/reactos/reactos.git
synced 2025-06-08 02:40:32 +00:00
[WIN32SS] Fix the extra VOID amendum to e7a9e7c
This commit is contained in:
parent
b9b765038e
commit
d7db8c9c80
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ BOOL
|
||||||
InitializeGreCSRSS(VOID)
|
InitializeGreCSRSS(VOID)
|
||||||
{
|
{
|
||||||
/* Initialize Dxgkrnl interfaces and run startup routine */
|
/* Initialize Dxgkrnl interfaces and run startup routine */
|
||||||
DxStartupDxgkInt(VOID);
|
DxStartupDxgkInt();
|
||||||
|
|
||||||
/* Initialize Legacy DirectX graphics driver */
|
/* Initialize Legacy DirectX graphics driver */
|
||||||
if (DxDdStartupDxGraphics(0, NULL, 0, NULL, NULL, gpepCSRSS) != STATUS_SUCCESS)
|
if (DxDdStartupDxGraphics(0, NULL, 0, NULL, NULL, gpepCSRSS) != STATUS_SUCCESS)
|
||||||
|
|
Loading…
Reference in a new issue