[WIN32SS] Fix the fix by removing the correct parameter. The NtUserChangeDisplaySetti...
[reactos.git] / reactos / win32ss / include / ntuser.h
index 6946969..22cdea8 100644 (file)
@@ -1696,8 +1696,8 @@ NTAPI
 NtUserChangeDisplaySettings(
     PUNICODE_STRING lpszDeviceName,
     LPDEVMODEW lpDevMode,
-    HWND hwnd,
-    DWORD dwflags);
+    DWORD dwflags,
+    LPVOID lParam);
 
 BOOL
 NTAPI