From d7db8c9c804923ecde7211a9859852e6dcdfcb4c Mon Sep 17 00:00:00 2001 From: Justin Miller Date: Mon, 24 Mar 2025 21:32:41 +0100 Subject: [PATCH] [WIN32SS] Fix the extra VOID amendum to e7a9e7c --- win32ss/gdi/ntgdi/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32ss/gdi/ntgdi/init.c b/win32ss/gdi/ntgdi/init.c index a9fe223f856..6ea3fa8b679 100644 --- a/win32ss/gdi/ntgdi/init.c +++ b/win32ss/gdi/ntgdi/init.c @@ -79,7 +79,7 @@ BOOL InitializeGreCSRSS(VOID) { /* Initialize Dxgkrnl interfaces and run startup routine */ - DxStartupDxgkInt(VOID); + DxStartupDxgkInt(); /* Initialize Legacy DirectX graphics driver */ if (DxDdStartupDxGraphics(0, NULL, 0, NULL, NULL, gpepCSRSS) != STATUS_SUCCESS)