diff options
author | gulin <[email protected]> | 2022-02-10 16:47:32 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:32 +0300 |
commit | 7199613d295246a07c2f7b331fbb3128936039dc (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /util/network/init.cpp | |
parent | c807aae441c17fc7f577c35757a4b6e0bd909802 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/network/init.cpp')
-rw-r--r-- | util/network/init.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/network/init.cpp b/util/network/init.cpp index d4dd413fb26..366e65682c3 100644 --- a/util/network/init.cpp +++ b/util/network/init.cpp @@ -16,7 +16,7 @@ namespace { signal(SIGPIPE, SIG_IGN); #endif -#if defined(_win_) +#if defined(_win_) #pragma comment(lib, "ws2_32.lib") WSADATA wsaData; int result = WSAStartup(MAKEWORD(2, 2), &wsaData); @@ -31,4 +31,4 @@ namespace { void InitNetworkSubSystem() { (void)Singleton<TNetworkInit>(); -} +} |