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
97d8b860
Commit
97d8b860
authored
Feb 15, 2022
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel32: Forward SetThreadToken() to kernelbase.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
30e97113
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
api-ms-win-core-processthreads-l1-1-0.spec
...threads-l1-1-0/api-ms-win-core-processthreads-l1-1-0.spec
+1
-1
api-ms-win-core-processthreads-l1-1-1.spec
...threads-l1-1-1/api-ms-win-core-processthreads-l1-1-1.spec
+1
-1
api-ms-win-core-processthreads-l1-1-2.spec
...threads-l1-1-2/api-ms-win-core-processthreads-l1-1-2.spec
+1
-1
kernel32.spec
dlls/kernel32/kernel32.spec
+1
-1
No files found.
dlls/api-ms-win-core-processthreads-l1-1-0/api-ms-win-core-processthreads-l1-1-0.spec
View file @
97d8b860
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
@ stdcall SetThreadPriority(long long) kernel32.SetThreadPriority
@ stdcall SetThreadPriority(long long) kernel32.SetThreadPriority
@ stdcall SetThreadPriorityBoost(long long) kernel32.SetThreadPriorityBoost
@ stdcall SetThreadPriorityBoost(long long) kernel32.SetThreadPriorityBoost
@ stdcall SetThreadStackGuarantee(ptr) kernel32.SetThreadStackGuarantee
@ stdcall SetThreadStackGuarantee(ptr) kernel32.SetThreadStackGuarantee
@ stdcall SetThreadToken(ptr ptr)
advapi
32.SetThreadToken
@ stdcall SetThreadToken(ptr ptr)
kernel
32.SetThreadToken
@ stdcall SuspendThread(long) kernel32.SuspendThread
@ stdcall SuspendThread(long) kernel32.SuspendThread
@ stdcall SwitchToThread() kernel32.SwitchToThread
@ stdcall SwitchToThread() kernel32.SwitchToThread
@ stdcall TerminateProcess(long long) kernel32.TerminateProcess
@ stdcall TerminateProcess(long long) kernel32.TerminateProcess
...
...
dlls/api-ms-win-core-processthreads-l1-1-1/api-ms-win-core-processthreads-l1-1-1.spec
View file @
97d8b860
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
@ stdcall SetThreadPriority(long long) kernel32.SetThreadPriority
@ stdcall SetThreadPriority(long long) kernel32.SetThreadPriority
@ stdcall SetThreadPriorityBoost(long long) kernel32.SetThreadPriorityBoost
@ stdcall SetThreadPriorityBoost(long long) kernel32.SetThreadPriorityBoost
@ stdcall SetThreadStackGuarantee(ptr) kernel32.SetThreadStackGuarantee
@ stdcall SetThreadStackGuarantee(ptr) kernel32.SetThreadStackGuarantee
@ stdcall SetThreadToken(ptr ptr)
advapi
32.SetThreadToken
@ stdcall SetThreadToken(ptr ptr)
kernel
32.SetThreadToken
@ stdcall SuspendThread(long) kernel32.SuspendThread
@ stdcall SuspendThread(long) kernel32.SuspendThread
@ stdcall SwitchToThread() kernel32.SwitchToThread
@ stdcall SwitchToThread() kernel32.SwitchToThread
@ stdcall TerminateProcess(long long) kernel32.TerminateProcess
@ stdcall TerminateProcess(long long) kernel32.TerminateProcess
...
...
dlls/api-ms-win-core-processthreads-l1-1-2/api-ms-win-core-processthreads-l1-1-2.spec
View file @
97d8b860
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
@ stdcall SetThreadPriority(long long) kernel32.SetThreadPriority
@ stdcall SetThreadPriority(long long) kernel32.SetThreadPriority
@ stdcall SetThreadPriorityBoost(long long) kernel32.SetThreadPriorityBoost
@ stdcall SetThreadPriorityBoost(long long) kernel32.SetThreadPriorityBoost
@ stdcall SetThreadStackGuarantee(ptr) kernel32.SetThreadStackGuarantee
@ stdcall SetThreadStackGuarantee(ptr) kernel32.SetThreadStackGuarantee
@ stdcall SetThreadToken(ptr ptr)
advapi
32.SetThreadToken
@ stdcall SetThreadToken(ptr ptr)
kernel
32.SetThreadToken
@ stdcall SuspendThread(long) kernel32.SuspendThread
@ stdcall SuspendThread(long) kernel32.SuspendThread
@ stdcall SwitchToThread() kernel32.SwitchToThread
@ stdcall SwitchToThread() kernel32.SwitchToThread
@ stdcall TerminateProcess(long long) kernel32.TerminateProcess
@ stdcall TerminateProcess(long long) kernel32.TerminateProcess
...
...
dlls/kernel32/kernel32.spec
View file @
97d8b860
...
@@ -1476,7 +1476,7 @@
...
@@ -1476,7 +1476,7 @@
@ stdcall -import SetThreadPriorityBoost(long long)
@ stdcall -import SetThreadPriorityBoost(long long)
@ stdcall -import SetThreadSelectedCpuSets(ptr ptr long)
@ stdcall -import SetThreadSelectedCpuSets(ptr ptr long)
@ stdcall -import SetThreadStackGuarantee(ptr)
@ stdcall -import SetThreadStackGuarantee(ptr)
# @ stub
SetThreadToken
@ stdcall SetThreadToken(ptr ptr) kernelbase.
SetThreadToken
@ stdcall -import SetThreadUILanguage(long)
@ stdcall -import SetThreadUILanguage(long)
@ stdcall -import SetThreadpoolStackInformation(ptr ptr)
@ stdcall -import SetThreadpoolStackInformation(ptr ptr)
@ stdcall SetThreadpoolThreadMaximum(ptr long) NTDLL.TpSetPoolMaxThreads
@ stdcall SetThreadpoolThreadMaximum(ptr long) NTDLL.TpSetPoolMaxThreads
...
...
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