mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Add OS thread ID info to the Resource Logger
This commit is contained in:
parent
62e9dc164d
commit
30e3cd1f38
3 changed files with 33 additions and 1 deletions
7
Penumbra/Interop/ProcessThreadApi.cs
Normal file
7
Penumbra/Interop/ProcessThreadApi.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
namespace Penumbra.Interop;
|
||||
|
||||
public static partial class ProcessThreadApi
|
||||
{
|
||||
[LibraryImport("kernel32.dll")]
|
||||
public static partial uint GetCurrentThreadId();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue