diff options
author | chronoxor <[email protected]> | 2022-02-10 16:47:30 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:30 +0300 |
commit | 37c53237e52ac75e36bbdbe59f30340bfb2dac0e (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c | |
parent | 497fb5d42537d72e6d8daea1083d431af1629ca9 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
-rw-r--r-- | contrib/libs/crcutil/std_headers.h | 4 | ||||
-rw-r--r-- | library/cpp/ipv6_address/ipv6_address.h | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/contrib/libs/crcutil/std_headers.h b/contrib/libs/crcutil/std_headers.h index bf8e886cdc9..0d7e4ecb566 100644 --- a/contrib/libs/crcutil/std_headers.h +++ b/contrib/libs/crcutil/std_headers.h @@ -37,9 +37,9 @@ // function ... selected for automatic inline expansion #pragma warning(disable: 4711) -#ifndef _CRT_SECURE_NO_WARNINGS +#ifndef _CRT_SECURE_NO_WARNINGS #define _CRT_SECURE_NO_WARNINGS -#endif +#endif #endif // defined(_MSC_VER) diff --git a/library/cpp/ipv6_address/ipv6_address.h b/library/cpp/ipv6_address/ipv6_address.h index 42377dde32f..1d7eb0b65fd 100644 --- a/library/cpp/ipv6_address/ipv6_address.h +++ b/library/cpp/ipv6_address/ipv6_address.h @@ -11,11 +11,11 @@ #include <sys/socket.h> #endif -#if defined(_win_) +#if defined(_win_) // #include required to avoid problem with undefined 'socklen_t' on Windows #include <util/network/socket.h> -#endif - +#endif + namespace NAddr { class IRemoteAddr; } |