Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
d1e23696
Commit
d1e23696
authored
Sep 13, 2022
by
Etaash Mathamsetty
Committed by
Alexandre Julliard
Sep 20, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntoskrnl: KeSetTargetProcessorDpcEx stub.
Required by mrac anti cheat.
parent
df72f9a8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
ntoskrnl.c
dlls/ntoskrnl.exe/ntoskrnl.c
+8
-0
ntoskrnl.exe.spec
dlls/ntoskrnl.exe/ntoskrnl.exe.spec
+1
-0
No files found.
dlls/ntoskrnl.exe/ntoskrnl.c
View file @
d1e23696
...
@@ -3372,6 +3372,14 @@ VOID WINAPI KeSetImportanceDpc(PRKDPC dpc, KDPC_IMPORTANCE importance)
...
@@ -3372,6 +3372,14 @@ VOID WINAPI KeSetImportanceDpc(PRKDPC dpc, KDPC_IMPORTANCE importance)
}
}
/***********************************************************************
/***********************************************************************
* KeSetTargetProcessorDpcEx (NTOSKRNL.EXE.@)
*/
VOID
WINAPI
KeSetTargetProcessorDpcEx
(
PRKDPC
dpc
,
PPROCESSOR_NUMBER
process_number
)
{
FIXME
(
"%p, %p stub
\n
"
,
dpc
,
process_number
);
}
/***********************************************************************
* KeSetTargetProcessorDpc (NTOSKRNL.EXE.@)
* KeSetTargetProcessorDpc (NTOSKRNL.EXE.@)
*/
*/
VOID
WINAPI
KeSetTargetProcessorDpc
(
PRKDPC
dpc
,
CCHAR
number
)
VOID
WINAPI
KeSetTargetProcessorDpc
(
PRKDPC
dpc
,
CCHAR
number
)
...
...
dlls/ntoskrnl.exe/ntoskrnl.exe.spec
View file @
d1e23696
...
@@ -647,6 +647,7 @@
...
@@ -647,6 +647,7 @@
@ stdcall KeSetSystemAffinityThread(long)
@ stdcall KeSetSystemAffinityThread(long)
@ stdcall KeSetSystemAffinityThreadEx(long)
@ stdcall KeSetSystemAffinityThreadEx(long)
@ stdcall KeSetTargetProcessorDpc(ptr long)
@ stdcall KeSetTargetProcessorDpc(ptr long)
@ stdcall KeSetTargetProcessorDpcEx(ptr ptr)
@ stub KeSetTimeIncrement
@ stub KeSetTimeIncrement
@ stdcall KeSetTimer(ptr int64 ptr)
@ stdcall KeSetTimer(ptr int64 ptr)
@ stdcall KeSetTimerEx(ptr int64 long ptr)
@ stdcall KeSetTimerEx(ptr int64 long ptr)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment