[WIN32K] -Update the prototype of NtUserPaintMenuBar here as well.
authorGiannis Adamopoulos <gadamopoulos@reactos.org>
Fri, 31 Mar 2017 17:17:35 +0000 (17:17 +0000)
committerGiannis Adamopoulos <gadamopoulos@reactos.org>
Fri, 31 Mar 2017 17:17:35 +0000 (17:17 +0000)
svn path=/trunk/; revision=74250

reactos/win32ss/user/ntuser/ntstubs.c

index 9fb372d..7716c83 100644 (file)
@@ -879,12 +879,12 @@ NtUserCalcMenuBar(
 DWORD
 APIENTRY
 NtUserPaintMenuBar(
 DWORD
 APIENTRY
 NtUserPaintMenuBar(
-    DWORD dwUnknown1,
-    DWORD dwUnknown2,
-    DWORD dwUnknown3,
-    DWORD dwUnknown4,
-    DWORD dwUnknown5,
-    DWORD dwUnknown6)
+    HWND hWnd,
+    HDC hDC,
+    ULONG left,
+    ULONG right,
+    ULONG top,
+    BOOL bActive)
 {
     STUB;
     return 0;
 {
     STUB;
     return 0;