[USER32]
[reactos.git] / reactos / win32ss / w32ksvc.h
index dd80587..a780e82 100644 (file)
@@ -380,8 +380,11 @@ SVC_(UserEnumDisplaySettings, 4)
 SVC_(UserEvent, 1)
 SVC_(UserExcludeUpdateRgn, 2)
 SVC_(UserFillWindow, 4)
-// SVC_(UserFindExistingCursorIcon, 3, Wrong, number, of, param, ?)
+#ifdef NEW_CURSORICON
+SVC_(UserFindExistingCursorIcon, 3)
+#else
 SVC_(UserFindExistingCursorIcon, 4)
+#endif
 SVC_(UserFindWindowEx, 5)
 SVC_(UserFlashWindowEx, 1)
 SVC_(UserGetAltTabInfo, 6)
@@ -600,7 +603,6 @@ SVC_(UserWaitForInputIdle, 3)
 SVC_(UserWaitForMsgAndEvent, 1)
 SVC_(UserWaitMessage, 0)
 SVC_(UserWin32PoolAllocationStats, 6)
-SVC_(UserWindowFromPhysicalPoint, 2)
 SVC_(UserWindowFromPoint, 2)
 SVC_(UserYieldTask, 0)
 SVC_(UserRemoteConnect, 3)
@@ -685,11 +687,7 @@ SVC_(GdiGetFontFamilyInfo, 4)
 SVC_(GdiOffsetViewportOrgEx, 4)
 SVC_(GdiOffsetWindowOrgEx, 4)
 
-SVC_(UserBuildMenuItemList, 4)
-SVC_(UserGetMenuDefaultItem, 3)
 SVC_(UserGetMonitorInfo, 2)
-SVC_(UserMenuInfo, 3)
-SVC_(UserMenuItemInfo, 5)
 SVC_(UserMonitorFromPoint, 3)
 SVC_(UserMonitorFromRect, 2)
 SVC_(UserMonitorFromWindow, 2)