Commit 97d8b860 authored by Alexandre Julliard's avatar Alexandre Julliard

kernel32: Forward SetThreadToken() to kernelbase.

parent 30e97113
...@@ -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) advapi32.SetThreadToken @ stdcall SetThreadToken(ptr ptr) kernel32.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
......
...@@ -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) advapi32.SetThreadToken @ stdcall SetThreadToken(ptr ptr) kernel32.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
......
...@@ -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) advapi32.SetThreadToken @ stdcall SetThreadToken(ptr ptr) kernel32.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
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment