diff options
author | Evgeny Grechnikov <diamondaz@yandex.ru> | 2022-02-10 16:46:20 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:20 +0300 |
commit | 6e38f52f898d7c077ddd319800b4014967a5ca76 (patch) | |
tree | f0b2473cfc98506158b8f1d3d387c4f478ade18e /util/system/thread.i | |
parent | bd085aee9b4f7a0bee302ce687964ffb7098f986 (diff) | |
download | ydb-6e38f52f898d7c077ddd319800b4014967a5ca76.tar.gz |
Restoring authorship annotation for Evgeny Grechnikov <diamondaz@yandex.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/thread.i')
-rw-r--r-- | util/system/thread.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/thread.i b/util/system/thread.i index 8cba505473..e93a3f4d62 100644 --- a/util/system/thread.i +++ b/util/system/thread.i @@ -3,7 +3,7 @@ #include "platform.h" #if defined(_win_) - #include "winint.h" + #include "winint.h" #include <process.h> typedef HANDLE THREADHANDLE; |