Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
win32: thread: use kernelbase.dll to get the thread name API
This is what the documentation [1] says we should use. Kernel32.dll is just redirecting to api-ms-win-core-processthreads-l1-1-3.dll but kernelbase.dll is not a redirection. [1] https://docs.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-setthreaddescription
- Loading branch information