mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 22:52:58 +00:00
Forgot two files.
svn path=/branches/ros-csrss/; revision=57654
This commit is contained in:
parent
509461cd33
commit
eb1f9f74b7
2 changed files with 145 additions and 7 deletions
|
@ -517,7 +517,11 @@ 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…
Add table
Add a link
Reference in a new issue