mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:25:39 +00:00
[WIN32K][WIN32U] Fix system call ids (#5287)
- Delete the win32ksvc-ros.h file, which was not used - Use a separate file for x64 (based on 2k3 x64 free) - Delete w32ksvc.db. It's unused since ages.
This commit is contained in:
parent
b29e82d0e0
commit
8f9ef68ea7
12 changed files with 1415 additions and 1388 deletions
|
@ -3208,6 +3208,11 @@ NtUserFindExistingCursorIcon(
|
|||
_In_ PUNICODE_STRING pustrRsrc,
|
||||
_In_ FINDEXISTINGCURICONPARAM *param);
|
||||
|
||||
LONG_PTR
|
||||
APIENTRY
|
||||
NtUserSetClassLongPtr(
|
||||
VOID);
|
||||
|
||||
DWORD
|
||||
NTAPI
|
||||
NtUserSetDbgTag(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue