diff options
author | asa <[email protected]> | 2022-02-10 16:50:54 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:54 +0300 |
commit | c3206fd73f199b90b23e450b1d30b63c8e13a5a6 (patch) | |
tree | d93bfff83fa543d6c347c2e3a0994b478115e8b1 /util/system/thread.cpp | |
parent | e13b11cc555cf840f384b0a13c95fda563c7e81b (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/thread.cpp')
-rw-r--r-- | util/system/thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/thread.cpp b/util/system/thread.cpp index 6236746c2d9..61fc11237ca 100644 --- a/util/system/thread.cpp +++ b/util/system/thread.cpp @@ -105,7 +105,7 @@ namespace { inline void Detach() { ::CloseHandle(Handle); } - + static ui32 __stdcall Proxy(void* ptr) { NTls::TCleaner cleaner; |