mirror of
https://github.com/reactos/reactos.git
synced 2025-05-17 16:27:00 +00:00
[W32KNAPI]
- NEW_CURSORICON is no more svn path=/trunk/; revision=67436
This commit is contained in:
parent
6a5d0fedd8
commit
d3a6637990
2 changed files with 2 additions and 10 deletions
|
@ -382,7 +382,7 @@
|
|||
@ stdcall NtUserEvent(long)
|
||||
@ stdcall NtUserExcludeUpdateRgn(ptr ptr)
|
||||
@ stdcall NtUserFillWindow(ptr ptr ptr ptr)
|
||||
@ stdcall NtUserFindExistingCursorIcon(ptr ptr ptr ptr) # FIXME: 3 on XP
|
||||
@ stdcall NtUserFindExistingCursorIcon(ptr ptr ptr)
|
||||
@ stdcall NtUserFindWindowEx(ptr ptr ptr ptr long)
|
||||
@ stdcall NtUserFlashWindowEx(ptr)
|
||||
@ stdcall NtUserGetAltTabInfo(ptr long ptr wstr long long)
|
||||
|
@ -518,7 +518,7 @@
|
|||
@ stdcall NtUserSetConsoleReserveKeys(long long)
|
||||
@ stdcall NtUserSetCursor(ptr)
|
||||
@ stdcall NtUserSetCursorContents(ptr ptr)
|
||||
; @ stdcall NtUserSetCursorIconData(ptr ptr ptr ptr) # FIXME 4 with new iconcursor / XP
|
||||
@ stdcall NtUserSetCursorIconData(ptr ptr ptr ptr)
|
||||
@ stdcall NtUserSetDbgTag(long long)
|
||||
@ stdcall NtUserSetFocus(ptr)
|
||||
@ stdcall NtUserSetImeHotKey(long long long long long)
|
||||
|
|
|
@ -379,11 +379,7 @@ SVC_(UserEnumDisplaySettings, 4)
|
|||
SVC_(UserEvent, 1)
|
||||
SVC_(UserExcludeUpdateRgn, 2)
|
||||
SVC_(UserFillWindow, 4)
|
||||
#ifdef NEW_CURSORICON
|
||||
SVC_(UserFindExistingCursorIcon, 3)
|
||||
#else
|
||||
SVC_(UserFindExistingCursorIcon, 4)
|
||||
#endif
|
||||
SVC_(UserFindWindowEx, 5)
|
||||
SVC_(UserFlashWindowEx, 1)
|
||||
SVC_(UserGetAltTabInfo, 6)
|
||||
|
@ -519,11 +515,7 @@ SVC_(UserSetClipboardViewer, 1)
|
|||
SVC_(UserSetConsoleReserveKeys, 2)
|
||||
SVC_(UserSetCursor, 1)
|
||||
SVC_(UserSetCursorContents, 2)
|
||||
#ifdef NEW_CURSORICON
|
||||
SVC_(UserSetCursorIconData, 4)
|
||||
#else
|
||||
SVC_(UserSetCursorIconData, 6)
|
||||
#endif
|
||||
SVC_(UserSetDbgTag, 2)
|
||||
SVC_(UserSetFocus, 1)
|
||||
SVC_(UserSetImeHotKey, 5)
|
||||
|
|
Loading…
Reference in a new issue